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