blob: 6045bef5f77017e5ced43914bff7a17edd72a4f8 [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"
]
}