blob: e098a03f614f02dcdada14a5d7fede28ab4f9b4e [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,
"lib": ["dom", "es5"]
}
}