Fix module res?
All checks were successful
Publish Package / build-and-publish (push) Successful in 7s

This commit is contained in:
2026-04-27 23:48:08 +01:00
parent fc4c8745a6
commit eb8bee65d9

View File

@@ -7,9 +7,9 @@
// Environment Settings
// See also https://aka.ms/tsconfig/module
"module": "esnext",
"module": "nodenext",
"target": "esnext",
"moduleResolution": "bundler",
"moduleResolution": "nodenext",
"baseUrl": ".",
"types": [],
// For nodejs: