diff --git a/tsconfig.check.json b/tsconfig.check.json index 21e9c5e..f868fea 100644 --- a/tsconfig.check.json +++ b/tsconfig.check.json @@ -1,4 +1,7 @@ { "extends": "./tsconfig.json", + "compilerOptions": { + "noEmit": true + }, "include": ["./src/**/*", "./test/**/*"] } \ No newline at end of file