"update tsconfig patterns and compiler options across all projects"
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"composite": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"allowSyntheticDefaultImports": true
|
||||
"moduleResolution": "Node"
|
||||
},
|
||||
"exclude": [
|
||||
"**/* copy *.tsx",
|
||||
|
Reference in New Issue
Block a user