UNPKG

289 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 },
12 "exclude": [
13 "experiment",
14 "build"
15 ]
16}
\No newline at end of file