diff --git a/resources/assets/tests/tsconfig.json b/resources/assets/tests/tsconfig.json index 5da8e1c0..27f92e5f 100644 --- a/resources/assets/tests/tsconfig.json +++ b/resources/assets/tests/tsconfig.json @@ -2,6 +2,7 @@ "extends": "../../../tsconfig.json", "compilerOptions": { "baseUrl": "..", + "noEmit": true, "paths": { "@/scripts/*": [ "./tests/ts-shims/*",