UNPKG

198 BJSONView Raw
1{
2 "extends": "./tsconfig.base.json",
3 "compilerOptions": {
4 "declaration": true,
5 "sourceMap": true,
6 "outDir": "./bin",
7 "newLine": "LF"
8 },
9 "include": [
10 "src/**/*.ts"
11 ]
12}
\No newline at end of file