fix: correct tsconfig for planty
Some checks failed
📊 Benchmark the Runtime / release (push) Successful in 1m12s
🚀 Lint & Test & Deploy / release (push) Failing after 1m32s

This commit is contained in:
2026-04-20 01:43:05 +02:00
parent 7d76b9e1f7
commit ba501b211d

View File

@@ -10,6 +10,6 @@
"sourceMap": true, "sourceMap": true,
"strict": true, "strict": true,
"module": "NodeNext", "module": "NodeNext",
"moduleResolution": "NodeNext" "moduleResolution": "bundler"
} }
} }