Fix module res?
All checks were successful
Publish Package / build-and-publish (push) Successful in 7s
All checks were successful
Publish Package / build-and-publish (push) Successful in 7s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user