UNPKG

569 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "esModuleInterop": true,
5 "target": "es6",
6 "moduleResolution": "node",
7 "sourceMap": true,
8 "outDir": "dist",
9 "baseUrl": ".",
10 "declaration": true,
11
12 "preserveSymlinks": true,
13
14 "preserveWatchOutput": true,
15 "pretty": false,
16
17 "forceConsistentCasingInFileNames": true,
18
19 "noFallthroughCasesInSwitch": true,
20 "noImplicitAny": true,
21 "noImplicitReturns": true,
22 "noUnusedLocals": true
23 },
24 "files": [
25 "./src.ts/index.ts"
26 ]
27}
\No newline at end of file