"update tsconfig patterns and compiler options across all projects"
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"exclude": [
|
||||
"**/* copy *.tsx",
|
||||
"**/* copy.tsx",
|
||||
"**/* copy *.*",
|
||||
"**/* copy.*",
|
||||
"**/*.bak",
|
||||
"**/*.bak",
|
||||
"**/*.bug",
|
||||
@@ -16,5 +16,8 @@
|
||||
"**/*.log",
|
||||
"**/*.tmp",
|
||||
"**/*del"
|
||||
], "include": ["vite.config.ts"]
|
||||
],
|
||||
"include": [
|
||||
"vite.config.ts"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user