objdiff/objdiff-wasm/tsconfig.json
Luke Street 0fccae1049 Add experimental wasm bindings
Published to npm as objdiff-wasm
2024-08-20 21:40:32 -06:00

8 lines
138 B
JSON

{
"compilerOptions": {
"module": "ES2022",
"moduleResolution": "Node",
"target": "ES2022",
"esModuleInterop": true
}
}