use tsc for type-checking
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
"moduleResolution": "bundler",
|
||||
"noEmit": true,
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"checkJs": false,
|
||||
"lib": ["es2022"]
|
||||
},
|
||||
"include": ["**/*"]
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user