chore: noEmit when check types

This commit is contained in:
hayden 2023-11-29 15:07:44 +08:00
parent 7673443aa6
commit f93ffb93bf

View File

@ -1,4 +1,7 @@
{ {
"extends": "./tsconfig.json", "extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"include": ["./src/**/*", "./test/**/*"] "include": ["./src/**/*", "./test/**/*"]
} }