tsconfig: switch to top-level type checking
This commit is contained in:
+8
-1
@@ -1,3 +1,10 @@
|
||||
{
|
||||
"extends": "@backstage/cli/config/tsconfig.json"
|
||||
"extends": "@backstage/cli/config/tsconfig.json",
|
||||
"include": ["packages/*/src", "plugins/*/src", "plugins/*/dev"],
|
||||
"exclude": ["**/node_modules"],
|
||||
"compilerOptions": {
|
||||
"noEmit": false,
|
||||
"emitDeclarationOnly": true,
|
||||
"outDir": "dist"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user