backstage/cli: add common tsconfig
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "@spotify/web-scripts/config/tsconfig.json",
|
||||
"exclude": ["**/*.test.*"],
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"noEmit": false,
|
||||
"declarationMap": true,
|
||||
"incremental": true,
|
||||
"module": "es6"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,3 @@
|
||||
{
|
||||
"extends": "@spotify/web-scripts/config/tsconfig.json",
|
||||
"exclude": ["**/*.test.*"],
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"noEmit": false,
|
||||
"declarationMap": true,
|
||||
"incremental": true
|
||||
}
|
||||
"extends": "@backstage/cli/config/tsconfig.json"
|
||||
}
|
||||
|
||||
+1
-9
@@ -1,11 +1,3 @@
|
||||
{
|
||||
"extends": "@spotify/web-scripts/config/tsconfig.json",
|
||||
"exclude": ["**/*.test.*"],
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"noEmit": false,
|
||||
"declarationMap": true,
|
||||
"incremental": true,
|
||||
"module": "es6"
|
||||
}
|
||||
"extends": "@backstage/cli/config/tsconfig.json"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user