chiark / gitweb /
tsc!
[otter.git] / tsconfig.json
1 {
2     "compilerOptions": {
3         "lib": [
4             "es2015",
5             "dom"
6         ],
7         "strict": true,
8         "target": "es2015"
9     }
10 }