2022-01-19 17:24:11 +01:00
|
|
|
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
|
|
{
|
2022-03-21 14:23:50 +01:00
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es6",
|
|
|
|
"module": "commonjs",
|
|
|
|
"strict": true,
|
|
|
|
"outDir": "./dist",
|
2022-03-22 16:14:24 +01:00
|
|
|
"lib": ["es6"],
|
2024-10-10 20:49:17 +02:00
|
|
|
"types": [ "jasmine", "node" ],
|
2022-03-21 14:23:50 +01:00
|
|
|
"experimentalDecorators": true,
|
|
|
|
"emitDecoratorMetadata": true
|
2022-03-22 16:14:24 +01:00
|
|
|
},
|
2022-01-19 17:24:11 +01:00
|
|
|
}
|