UNPKG

414 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "esnext",
4 "lib": [
5 "es6"
6 ],
7 "noImplicitAny": true,
8 "noImplicitThis": true,
9 "strictFunctionTypes": true,
10 "strictNullChecks": true,
11 "baseUrl": "../",
12 "typeRoots": [
13 "../"
14 ],
15 "types": [],
16 "noEmit": true,
17 "forceConsistentCasingInFileNames": true,
18 "esModuleInterop": true
19 },
20 "include": [
21 "./**/*.d.ts"
22 ]
23}