UNPKG

265 BJSONView Raw
1{
2 "compilerOptions": {
3 "noImplicitAny": true,
4 "strictNullChecks": true,
5 "target": "es5",
6 "lib": ["ES2015", "ES2016", "dom"],
7 "allowJs": true,
8 "checkJs": true
9 },
10 "exclude": [
11 "node_modules"
12 ]
13}