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