Skip to content
Snippets Groups Projects
Commit db1d1f57 authored by Alex Yang's avatar Alex Yang
Browse files

build(wasm-tools): fix type check

parent dccb8163
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
"module": "node16", "module": "node16",
"moduleResolution": "node16", "moduleResolution": "node16",
"skipLibCheck": true, "skipLibCheck": true,
"strict": true "strict": true,
"types": ["node"]
}, },
"include": ["./src"], "include": ["./src"],
"exclude": ["node_modules"], "exclude": ["node_modules"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment