diff --git a/js/web/tsconfig.json b/js/web/tsconfig.json index d60d746e93..80d0cd0642 100644 --- a/js/web/tsconfig.json +++ b/js/web/tsconfig.json @@ -6,5 +6,5 @@ "typeRoots": ["./node_modules/@webgpu/types", "./node_modules/@types", "../node_modules/@types"] }, "include": ["lib", "test"], - "exclude": ["lib/wasm/proxy-worker"] + "exclude": ["lib/wasm/proxy-worker", "test/ort.test.js", "test/ort.test.min.js"] }