UNPKG

562 BJSONView Raw
1{
2 "compilerOptions": {
3 "removeComments": false,
4 "preserveConstEnums": true,
5 "sourceMap": true,
6 "declaration": true,
7 "noImplicitAny": true,
8 "noImplicitReturns": true,
9 "noImplicitThis": true,
10 "suppressImplicitAnyIndexErrors": true,
11 "moduleResolution": "node",
12 "module": "commonjs",
13 "target": "es6",
14 "outDir": "dist",
15 "baseUrl": ".",
16 "paths": {
17 "*": [
18 "node_modules/*"
19 ]
20 }
21 },
22 "files": [
23 "index.d.ts"
24 ],
25 "formatCodeOptions": {
26 "indentSize": 4,
27 "tabSize": 4
28 }
29}
\No newline at end of file