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
|
// Environment Settings
|
||||||
// See also https://aka.ms/tsconfig/module
|
// See also https://aka.ms/tsconfig/module
|
||||||
"module": "esnext",
|
"module": "nodenext",
|
||||||
"target": "esnext",
|
"target": "esnext",
|
||||||
"moduleResolution": "bundler",
|
"moduleResolution": "nodenext",
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"types": [],
|
"types": [],
|
||||||
// For nodejs:
|
// For nodejs:
|
||||||
|
|||||||
Reference in New Issue
Block a user