• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "compilerOptions": {
3    "module": "None",
4    "noFallthroughCasesInSwitch": true,
5    "noImplicitReturns": true,
6    "noUnusedLocals": true,
7    "noUnusedParameters": true,
8    "outDir": "build/",
9    "removeComments": true,
10    "strict": true,
11    "target": "ES5"
12  },
13  "include": [
14    "bindings/*.ts"
15  ]
16}