Skip to content

Commit

Permalink
chore(toolbox): improve deno compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Nov 4, 2024
1 parent 4acd3f8 commit 9c2088b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion toolbox
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"experimentalDecorators": true,
"downlevelIteration": true,
"skipLibCheck": true,
"strict": true
"strict": true,
"allowImportingTsExtensions": true
}
}

0 comments on commit 9c2088b

Please sign in to comment.