gipy: skip tsc on wasm
parent
61f62f59d0
commit
6c99265306
|
|
@ -15,5 +15,9 @@
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"typeRoots": ["./typescript/types"]
|
"typeRoots": ["./typescript/types"]
|
||||||
},
|
},
|
||||||
"include": ["./**/*"]
|
"include": ["./**/*"],
|
||||||
|
"exclude": [
|
||||||
|
"**/gpconv.d.ts",
|
||||||
|
"**/gpconv_bg.wasm.d.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue