2021-05-12 07:28:24 +08:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"allowUmdGlobalAccess": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"strict": true,
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noImplicitThis": true,
|
|
|
|
"declaration": true,
|
|
|
|
"emitDeclarationOnly": true,
|
|
|
|
"module": "es2015",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"moduleResolution": "Node",
|
|
|
|
"target": "es6",
|
|
|
|
"jsx": "preserve",
|
|
|
|
"allowJs": true,
|
2021-09-11 02:08:58 +08:00
|
|
|
"lib": ["dom", "es5", "es2015", "es2016", "es2017", "es2018", "es2019.array"],
|
2021-05-12 07:28:24 +08:00
|
|
|
"allowSyntheticDefaultImports": true
|
|
|
|
}
|
|
|
|
}
|