objdiff/objdiff-wasm/tsconfig.json

10 lines
160 B
JSON

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