blob: 297574b0b94a78248f0518cf2edb6753ca6a3555 [file] [log] [blame] [raw]
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
/* Module resolution */
"target": "es5",
"rootDirs": ["./static", "./types"],
/* Code generation */
"inlineSources": true,
"strict": true,
"strictPropertyInitialization": false,
"noImplicitAny": false
}
}