ES-Modules enabled
This commit is contained in:
parent
9397e17810
commit
8246bf3492
@ -7,8 +7,8 @@
|
||||
|
||||
// Environment Settings
|
||||
// See also https://aka.ms/tsconfig/module
|
||||
"module": "nodenext",
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"target": "ES2020",
|
||||
"types": [],
|
||||
// For nodejs:
|
||||
// "lib": ["esnext"],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user