Add organic wasm module.

This commit is contained in:
Tom Alexander
2024-01-21 18:30:20 -05:00
parent b232c8d7da
commit ff62983ac0
5 changed files with 9 additions and 22 deletions

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"strict": true,
"outDir": "./dist/",
"module": "es6",
"module": "esnext",
"target": "es5",
"jsx": "react",
"allowJs": true,