UNPKG

318 BJSONView Raw
1{
2 "compilerOptions": {
3 "alwaysStrict": true,
4 "noImplicitAny": true,
5 "noImplicitReturns": true,
6 "sourceMap": true,
7 "strictNullChecks": true,
8 "lib": ["es6", "DOM"],
9 "target": "es5",
10 "declaration": true,
11 "noUnusedLocals": true
12 },
13 "exclude": [
14 "experiment",
15 "build"
16 ]
17}