istio.io/tsconfig.json

25 lines
507 B
JSON

{
"compilerOptions": {
"outDir": "./tmp/js",
"allowJs": true,
"target": "es6",
"inlineSources": true,
"sourceMap": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"alwaysStrict": true,
"checkJs": false,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true
},
"include": [
"./src/ts/*"
]
}