2017-02-25 14:13:01 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"module": "commonjs",
|
2018-04-22 10:42:34 +00:00
|
|
|
"declaration": true,
|
2017-02-25 14:13:01 +00:00
|
|
|
"removeComments": true,
|
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
|
"experimentalDecorators": true,
|
2020-06-01 09:14:49 +00:00
|
|
|
"allowSyntheticDefaultImports": true,
|
2023-10-28 11:59:57 +00:00
|
|
|
"target": "ES2021",
|
2017-02-25 14:13:01 +00:00
|
|
|
"sourceMap": true,
|
2019-01-18 13:34:05 +00:00
|
|
|
"outDir": "./dist",
|
2019-04-08 21:41:55 +00:00
|
|
|
"baseUrl": "./",
|
2021-07-12 10:18:14 +00:00
|
|
|
"incremental": true,
|
|
|
|
|
"skipLibCheck": true
|
2020-06-01 09:16:45 +00:00
|
|
|
}
|
2017-12-17 17:33:45 +00:00
|
|
|
}
|