"update tsconfig patterns and compiler options across all projects"

This commit is contained in:
louiscklaw
2025-06-15 12:08:17 +08:00
parent 02058981bf
commit 1216bef8f8
5 changed files with 30 additions and 30 deletions

View File

@@ -24,9 +24,8 @@
"node_modules",
".next",
//
"**/* copy *.tsx",
"**/* copy.tsx",
"**/*.bak",
"**/* copy *.*",
"**/* copy.*",
"**/*.bak",
"**/*.bug",
"**/*.del",
@@ -43,4 +42,4 @@
"path": "./tsconfig.node.json"
}
]
}
}

View File

@@ -1,9 +1,9 @@
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
"moduleResolution": "Node"
},
"exclude": [
"**/* copy *.tsx",