mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-27 19:14:52 +03:00
14 lines
245 B
JSON
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"]
|
|
} |