We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ts
1 parent a4fd5a6 commit 6a139afCopy full SHA for 6a139af
packages/ts/package.json
@@ -6,7 +6,7 @@
6
"module": "index.ts",
7
"types": "index.ts",
8
"scripts": {
9
- "build": "asc --exportRuntime --runtime stub index.ts helper-functions.ts --lib graph-ts -o index.wasm",
+ "build": "asc --exportRuntime --runtime stub index.ts helper-functions.ts --lib graph-ts -o index.wasm --disableWarning 235",
10
"format": "prettier --write -c **/*.{js,mjs,ts}",
11
"lint": "prettier -c **/*.{js,mjs,ts}",
12
"test": "node test/test.mjs"
0 commit comments