wasp/waspc/packages/studio/tsconfig.json
2023-10-10 12:17:05 +02:00

14 lines
245 B
JSON

{
"extends": "@tsconfig/node18/tsconfig.json",
"compilerOptions": {
"module": "esnext",
"target": "es2017",
"outDir": "dist",
"rootDir": "src",
},
"ts-node": {
"esm": true,
"swc": true,
},
"include": ["src"]
}