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