Remove old downlevelIteration compile option

We're targeting modern es versions so I don't think we need this anymore
This commit is contained in:
Matt Bierner
2025-10-13 13:39:00 -07:00
parent eb3c1d31a9
commit 79659fb54b
3 changed files with 0 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out",
"downlevelIteration": true,
"types": [
"node"
]