You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
800 B

{
"compileOnSave": true,
"compilerOptions": {
"allowJs": false,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"charset": "utf8",
"declaration": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"importHelpers": false,
"module": "commonjs",
// "declarationDir": "types",
"noEmitOnError": false,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": false,
"noUnusedLocals": true,
"noUnusedParameters": false,
"outDir": "dist/commonjs",
"pretty": true,
"removeComments": true,
"stripInternal": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"target": "es2017",
"lib": ["es2015", "es6", "dom"]
},
"include": ["src/**/*"],
"exclude": ["node_modules", "test"]
}