UNPKG

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