2022-08-23 09:30:27 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
|
|
|
"declaration": false,
|
|
|
|
"removeComments": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"target": "es2017",
|
|
|
|
"sourceMap": true,
|
|
|
|
"outDir": "./dist",
|
|
|
|
"baseUrl": "./",
|
|
|
|
"incremental": true,
|
2022-08-25 10:11:21 +00:00
|
|
|
"skipLibCheck": true,
|
|
|
|
"resolveJsonModule": true
|
2022-08-23 09:30:27 +00:00
|
|
|
},
|
|
|
|
"exclude": ["node_modules", "dist", "test", "**/*spec.ts", "frontend"]
|
|
|
|
}
|