/ packages / webcave-core / tsconfig.lib.json
tsconfig.lib.json
1  {
2    "extends": "./tsconfig.json",
3    "compilerOptions": {
4      "outDir": "./dist/out-tsc",
5    },
6    "exclude": ["**/*.spec.ts", "**/*.spec.tsx", "node_modules", "./dist/**/*"],
7    "include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
8  }