Chore: improve types

This commit is contained in:
SukkaW
2024-05-02 00:52:02 +08:00
parent ab14cf77cf
commit df6bbb68a0
4 changed files with 7 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
{
"compilerOptions": {
"target": "esnext",
"lib": ["DOM", "DOM.Iterable"],
"moduleDetection": "force",
"module": "esnext",
"moduleResolution": "bundler",
"types": ["bun-types"],
"allowImportingTsExtensions": true,
"allowJs": true,
"noEmit": true,