canon: remove bonus tsconfigs

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-11-26 00:54:06 +01:00
committed by Charles de Dreuille
parent 63f975ccc4
commit 1d0f317f4c
2 changed files with 0 additions and 19 deletions
-9
View File
@@ -1,9 +0,0 @@
{
"extends": "@backstage/cli/config/tsconfig.json",
"include": ["src", "docs/components"],
"exclude": ["node_modules"],
"compilerOptions": {
"outDir": "dist-types",
"rootDir": "."
}
}
-10
View File
@@ -1,10 +0,0 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
}
}