UNPKG

144 BJSONView Raw
1{
2 "extends": "../../../tsconfig.base.json",
3 "compilerOptions": {
4 "outDir": "./lib",
5 "baseUrl": "./src"
6 },
7 "include": ["src/index.ts"]
8}