mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
fix: type as module
This commit is contained in:
parent
2d8c26f156
commit
234530ed60
6 changed files with 12 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue