UNPKG

288 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "es5",
4 "module": "commonjs",
5 "moduleResolution": "node",
6 "sourceMap": true,
7 "removeComments": false,
8 "noImplicitAny": false
9 },
10 "include": [
11 "src/**/*"
12 ],
13 "exclude": [
14 "node_modules",
15 "lib",
16 "example"
17 ]
18}
\No newline at end of file