UNPKG

434 BJSONView Raw
1{
2 "compileOnSave": true,
3 "compilerOptions": {
4 "alwaysStrict": true,
5 "experimentalDecorators": true,
6 "noImplicitAny": true,
7 "noImplicitReturns": true,
8 "suppressImplicitAnyIndexErrors": false,
9
10 "baseUrl": "./",
11 "declaration": true,
12 "declarationDir": "./",
13 "lib": ["es6", "dom"],
14 "module": "es6",
15 "target": "es5"
16 },
17 "exclude": [
18 "node_modules"
19 ],
20 "include": [
21 "*.ts"
22 ]
23}