aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.frontend.json
blob: 7acc1a804bb1983523d58bdeb911676e4c7b467d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "extends": "./tsconfig.base.json",
  "compilerOptions": {
    /* Module resolution */
    "target": "es5",
    "rootDirs": ["./static", "./types"],
    /* Code generation */
    "inlineSources": true,
    "strictPropertyInitialization": false,
    "lib": ["dom", "es5"]
  },
  "exclude": ["out", "test", "etc", "examples", "app.js", "lib", "examples"]
}