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.
 
 

28 lines
540 B

{
"compilerOptions": {
"outDir": "dist",
"target": "es2015",
"lib": [
"es2015"
],
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"pretty": true,
"newLine": "lf",
"stripInternal": true,
"noImplicitAny": false,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"alwaysStrict": true
},
"exclude": [
"node_modules",
"dist"
]
}