2022-01-23 16:02:58 -05:00
|
|
|
{
|
2021-04-29 16:47:18 -04:00
|
|
|
"extends": "@tsconfig/node12/tsconfig.json",
|
2022-01-23 16:02:58 -05:00
|
|
|
"compilerOptions": {
|
2020-07-21 15:24:56 -04:00
|
|
|
"declaration": true,
|
|
|
|
"removeComments": true,
|
2022-01-23 16:02:58 -05:00
|
|
|
"emitDecoratorMetadata": true,
|
2020-07-21 15:24:56 -04:00
|
|
|
"experimentalDecorators": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
2022-01-23 16:02:58 -05:00
|
|
|
"sourceMap": true,
|
2020-07-21 15:24:56 -04:00
|
|
|
"outDir": "./dist",
|
|
|
|
"baseUrl": "./",
|
2021-03-04 18:37:35 -05:00
|
|
|
"incremental": true,
|
2021-04-29 09:01:00 -04:00
|
|
|
"strict": true,
|
|
|
|
"strictPropertyInitialization": false
|
2020-07-21 15:24:56 -04:00
|
|
|
}
|
2022-01-23 16:02:58 -05:00
|
|
|
}
|