UNPKG

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