blob: df303372a6a7e3d240093df520eb548b1dee785f [file] [log] [blame]
{
"compilerOptions": {
"module": "commonjs",
"outDir": "out",
"sourceMap": true,
"target": "es6",
"lib": [
"es2015"
],
//"strict": true,
"noImplicitAny": true,
"noImplicitThis": true,
"alwaysStrict": true,
"strictBindCallApply": true,
"strictFunctionTypes": true,
//"strictNullChecks": true,
//"strictPropertyInitialization": true,
},
"exclude": [
"node_modules",
"third_party"
]
}