chore: revert back to initial instructions for the most part
This commit is contained in:
+3
-3
@@ -15,12 +15,12 @@
|
||||
"verbatimModuleSyntax": true,
|
||||
"esModuleInterop": true,
|
||||
"resolveJsonModule": true,
|
||||
"exactOptionalPropertyTypes": true,
|
||||
"exactOptionalPropertyTypes": false,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"stripInternal": true,
|
||||
"moduleDetection": "force",
|
||||
"useUnknownInCatchVariables": true,
|
||||
"noEmit": true
|
||||
"noEmit": true,
|
||||
},
|
||||
"exclude": ["dist"]
|
||||
"exclude": ["dist"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user