mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-20 07:31:54 +03:00
13 lines
267 B
JSON
13 lines
267 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
// Enable default imports in TypeScript.
|
||
|
"esModuleInterop": true,
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node",
|
||
|
"outDir": "dist",
|
||
|
"allowJs": true,
|
||
|
// Enable source map for debugging
|
||
|
"sourceMap": true
|
||
|
}
|
||
|
}
|