mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
[TS] Enable strict mode (#3136)
This commit is contained in:
@@ -4,8 +4,7 @@ export default {
|
||||
'./**/*.{ts,tsx,vue,mts}': (stagedFiles) => [
|
||||
...formatAndEslint(stagedFiles),
|
||||
'vue-tsc --noEmit',
|
||||
'tsc --noEmit',
|
||||
'tsc-strict'
|
||||
'tsc --noEmit'
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user