fix: type as module

This commit is contained in:
Endercheif 2023-03-06 15:02:16 -08:00
parent 2d8c26f156
commit 234530ed60
No known key found for this signature in database
GPG key ID: 7767459A0C8BEE00
6 changed files with 12 additions and 11 deletions

View file

@ -4,7 +4,7 @@
"checkJs": true,
"resolveJsonModule": true,
"target": "ES2022",
"moduleResolution": "node",
"moduleResolution": "nodenext",
"allowSyntheticDefaultImports": true,
// we dont have any thing to compile just yet
"noEmit": true