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