2022-01-23 21:02:58 +00:00
|
|
|
{
|
2023-03-26 15:33:13 +00:00
|
|
|
"extends": [
|
|
|
|
"@tsconfig/node18/tsconfig.json"
|
|
|
|
],
|
2022-01-23 21:02:58 +00:00
|
|
|
"compilerOptions": {
|
2020-07-21 19:24:56 +00:00
|
|
|
"declaration": true,
|
|
|
|
"removeComments": true,
|
2022-01-23 21:02:58 +00:00
|
|
|
"emitDecoratorMetadata": true,
|
2020-07-21 19:24:56 +00:00
|
|
|
"experimentalDecorators": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
2022-01-23 21:02:58 +00:00
|
|
|
"sourceMap": true,
|
2020-07-21 19:24:56 +00:00
|
|
|
"outDir": "./dist",
|
|
|
|
"baseUrl": "./",
|
2021-03-04 23:37:35 +00:00
|
|
|
"incremental": true,
|
2021-04-29 13:01:00 +00:00
|
|
|
"strict": true,
|
2023-03-22 19:21:40 +00:00
|
|
|
"strictPropertyInitialization": false,
|
2023-03-26 15:33:13 +00:00
|
|
|
"resolveJsonModule": true,
|
2023-03-28 09:16:38 +00:00
|
|
|
"useDefineForClassFields": false,
|
|
|
|
"preserveWatchOutput": true
|
2020-07-21 19:24:56 +00:00
|
|
|
}
|
2022-01-23 21:02:58 +00:00
|
|
|
}
|