🔧 (typescript) change moduleResolution to bundler (#4163)

This commit is contained in:
Matiss Janis Aboltins
2025-01-16 18:35:22 +00:00
committed by GitHub
parent 6655f51ccc
commit 87428a7b65
26 changed files with 58 additions and 60 deletions

View File

@@ -5,6 +5,7 @@
// the latest Node 16.x release supports all of the features
"target": "ES2021",
"module": "CommonJS",
"moduleResolution": "node10",
"noEmit": false,
"declaration": true,
"strict": true,