UNPKG

399 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "moduleResolution": "node",
5 "noImplicitAny": true,
6 "removeComments": true,
7 "preserveConstEnums": true,
8 "outDir": "dist",
9 "declaration": true,
10 "allowSyntheticDefaultImports": true,
11 "lib": ["esnext"],
12 "target": "ES2015"
13 },
14 "include": [
15 "./src/**/*"
16 ]
17}
\No newline at end of file