UNPKG

385 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "noImplicitAny": false,
5 "noImplicitThis": true,
6 "strictNullChecks": true,
7 "strictFunctionTypes": false,
8 "baseUrl": "../",
9 "lib": [
10 "es6", "dom"
11 ]
12 },
13 "include": [
14 "./*.ts"
15 ],
16 "noEmit": true,
17 "forceConsistentCasingInFileNames": true
18}
\No newline at end of file