UNPKG

287 BJSONView Raw
1{
2 "compilerOptions": {
3 "declaration": true,
4
5 "strict": true,
6 "noUnusedLocals": true,
7 "noImplicitReturns": true,
8 "noFallthroughCasesInSwitch": true,
9
10 "moduleResolution": "node",
11 "esModuleInterop": true
12 },
13 "include": ["./source/**/*.ts"],
14 "exclude": ["./node_modules"]
15}