mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-01-12 22:52:34 +08:00
36 lines
886 B
JSON
36 lines
886 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"target": "ES2017",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"lib": [
|
|
"dom",
|
|
"esnext"
|
|
],
|
|
"importHelpers": false,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"pretty": true,
|
|
"removeComments": true,
|
|
"noImplicitAny": true,
|
|
"strictFunctionTypes": true,
|
|
"noImplicitThis": true,
|
|
"alwaysStrict": true,
|
|
"stripInternal": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"emitDecoratorMetadata": false,
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"suppressImplicitAnyIndexErrors": false,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"strictNullChecks": true
|
|
}
|
|
}
|