UNPKG

260 BJSONView Raw
1{
2 "extends": "../../tsconfig.json",
3 "compilerOptions": {
4 "target": "es2018",
5 "module": "commonjs",
6 "sourceMap": false,
7 "declaration": true,
8 "declarationDir": "dist",
9 "outDir": "dist",
10 "rootDir": "src"
11 },
12 "include": ["src"]
13}
\No newline at end of file