UNPKG

442 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "lib": [
5 "es6",
6 "dom"
7 ],
8 "noImplicitAny": true,
9 "noImplicitThis": true,
10 "strictNullChecks": false,
11 "baseUrl": "../",
12 "typeRoots": [
13 "../"
14 ],
15 "types": [],
16 "noEmit": true,
17 "forceConsistentCasingInFileNames": true
18 },
19 "files": [
20 "../typings/zetapush.d.ts",
21 "./zetapush-tests.ts"
22 ]
23}