UNPKG

199 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "target": "es6",
5 "outDir": "dist",
6 "types": [
7 "node"
8 ]
9 },
10 "exclude": [
11 "node_modules"
12 ],
13 "include": [
14 "src/**/*"
15 ]
16}
\No newline at end of file