UNPKG

163 BJSONView Raw
1{
2 "extends": "../../tsconfig.base",
3 "compilerOptions": {
4 "rootDir": "./src",
5 "outDir": "./lib",
6 "types": ["node"]
7 },
8 "include": ["src/**/*"]
9}