blob: 72e1397c67b2156bf75ad4641c621c988e6d262a [file] [log] [blame] [raw]
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
/* Module resolution */
"target": "es5",
"rootDirs": ["./static", "./types"],
/* Code generation */
"inlineSources": true,
"strictPropertyInitialization": false,
"lib": ["dom", "es5"]
},
"exclude": ["app.js", "lib", "examples"]
}