UNPKG

231 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "es5",
4 "sourceMap": true,
5 "module": "commonjs",
6 "noImplicitAny": false,
7 "suppressImplicitAnyIndexErrors": true,
8 "outDir": "lib"
9 },
10 "exclude": [
11 "node_modules"
12 ]
13}