UNPKG

210 BJSONView Raw
1{
2 "extends": "../tsconfig.build.json",
3 "compilerOptions": {
4 "outDir": ".",
5 "rootDir": ".",
6 "paths": {}
7 },
8 "exclude": ["node_modules", "dist", "test/**/*", "*.spec.ts"],
9 "references": []
10}