2024-01-30 00:32:29 +00:00
|
|
|
{
|
|
|
|
"extends": "@backstage/cli/config/tsconfig.json",
|
|
|
|
"include": [
|
2025-02-25 10:27:34 +00:00
|
|
|
"packages/*/src"
|
2024-01-30 00:32:29 +00:00
|
|
|
],
|
|
|
|
"exclude": ["node_modules"],
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "dist-types",
|
2025-03-04 10:36:56 +00:00
|
|
|
"rootDir": "."
|
2024-01-30 00:32:29 +00:00
|
|
|
}
|
|
|
|
}
|