UNPKG

192 BJSONView Raw
1{
2 "extends": "@backstage/cli/config/tsconfig.json",
3 "include": [
4 "src",
5 ],
6 "exclude": ["node_modules"],
7 "compilerOptions": {
8 "outDir": "dist-types",
9 "rootDir": "."
10 }
11}