alwaysStrict

This commit is contained in:
Scott Anderson
2025-04-06 16:24:43 -04:00
parent 23741ad99f
commit 4695f09068
+1
View File
@@ -15,6 +15,7 @@
// Type Checking
"allowSyntheticDefaultImports": true,
"allowUnusedLabels": false,
"alwaysStrict": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"resolveJsonModule": true,