17 lines
370 B
JSON
17 lines
370 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"isolatedModules": false,
|
|
"outDir": "build/dist",
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"baseUrl": "."
|
|
},
|
|
"exclude": ["node_modules", "dist"],
|
|
"include": [
|
|
"backend/**/*.ts"
|
|
]
|
|
} |