1
0
Fork 0

gipy: skip tsc on wasm

master
frederic wagner 2022-11-07 14:35:06 +01:00
parent 61f62f59d0
commit 6c99265306
1 changed files with 5 additions and 1 deletions

View File

@ -15,5 +15,9 @@
"strict": true,
"typeRoots": ["./typescript/types"]
},
"include": ["./**/*"]
"include": ["./**/*"],
"exclude": [
"**/gpconv.d.ts",
"**/gpconv_bg.wasm.d.ts"
]
}