UNPKG

165 BJSONView Raw
1{
2 "extends": "../../tsconfig.base.json",
3 "compilerOptions": {
4 "rootDir": "src",
5 "outDir": "dist"
6 },
7 "exclude": [
8 "src/__tests__"
9 ]
10}