diff --git a/tsconfig.json b/tsconfig.json index db3db1fc3..8da08b8e2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,5 +15,9 @@ "strict": true, "typeRoots": ["./typescript/types"] }, - "include": ["./**/*"] + "include": ["./**/*"], + "exclude": [ + "**/gpconv.d.ts", + "**/gpconv_bg.wasm.d.ts" + ] }