UNPKG

398 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "target": "es6",
5 "noImplicitAny": true,
6 "moduleResolution": "node",
7 "sourceMap": true,
8 "outDir": "dist",
9 "baseUrl": ".",
10 "allowSyntheticDefaultImports": true,
11 "declaration": true,
12 "experimentalDecorators": true,
13 "emitDecoratorMetadata": true,
14 "lib": ["esnext"]
15 },
16 "files": [
17 "src/index.ts"
18 ]
19}
\No newline at end of file