-
David Sehnal authoredDavid Sehnal authored
tsconfig.json 440 B
{
"compilerOptions": {
"target": "es5",
"alwaysStrict": true,
"noImplicitAny": true,
"noImplicitThis": true,
"sourceMap": false,
"noUnusedLocals": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
//"downlevelIteration": true,
"lib": [ "es6", "dom" ],
"outDir": "build/js/src",
"baseUrl": "src"
},
"include": [ "**/*" ]
}