tsconfig: module NodeNext

This commit is contained in:
Alex Gleason 2024-03-18 11:54:38 -05:00
parent ad07d260ab
commit e9ee8258e7
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"module": "esnext",
"module": "NodeNext",
"target": "esnext",
"lib": ["dom", "dom.iterable", "esnext"],
"declaration": true,