]> zoso.dev Git - nemo-wallet.git/commitdiff
Fix tsconfig.
authorChris Duncan <chris@zoso.dev>
Sat, 19 Oct 2024 16:18:53 +0000 (09:18 -0700)
committerChris Duncan <chris@zoso.dev>
Sat, 19 Oct 2024 16:18:53 +0000 (09:18 -0700)
tsconfig.json

index fe2e3f82bfe317a708a93e22ffe1ae6fba179c3a..6fb30117ec3c54944fd0f51975a31385734b6acd 100644 (file)
@@ -9,6 +9,12 @@
                "noEmitOnError": true,
                "skipLibCheck": true,
                "forceConsistentCasingInFileNames": true,
+               "alwaysStrict": true,
+               "downlevelIteration": false,
+               "esModuleInterop": true,
+               "noErrorTruncation": true,
+               "noFallthroughCasesInSwitch": true,
+               "strict": true,
                "lib": [
                        "ESNext",
                        "dom"
        "exclude": [
                "node_modules",
                "platforms"
-       ],
-       "alwaysStrict": true,
-       "downlevelIteration": false,
-       "esModuleInterop": true,
-       "noErrorTruncation": true,
-       "noFallthroughCasesInSwitch": true,
-       "strict": true
+       ]
 }