UNPKG

255 BJSONView Raw
1{
2 "compilerOptions": {
3 "outDir": "./lib/",
4 "strict": true,
5 "noImplicitAny": true,
6 "noImplicitReturns": true,
7 "target": "es5",
8 "esModuleInterop": true
9 },
10 "include": [
11 "./src/**/*"
12 ]
13}