2022-01-23 16:02:58 -05:00
|
|
|
{
|
2023-03-26 11:33:13 -04:00
|
|
|
"extends": [
|
|
|
|
"@tsconfig/node18/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,
|
2023-03-22 15:21:40 -04:00
|
|
|
"strictPropertyInitialization": false,
|
2023-03-26 11:33:13 -04:00
|
|
|
"resolveJsonModule": true,
|
2023-03-28 05:16:38 -04:00
|
|
|
"useDefineForClassFields": false,
|
2023-07-31 14:50:05 -04:00
|
|
|
"preserveWatchOutput": true,
|
|
|
|
"allowJs": true
|
2020-07-21 15:24:56 -04:00
|
|
|
}
|
2022-01-23 16:02:58 -05:00
|
|
|
}
|