Files
objdiff/objdiff-wasm/tsconfig.json
T

10 lines
160 B
JSON
Raw Normal View History

2024-08-20 21:40:32 -06:00
{
"compilerOptions": {
2024-08-21 19:48:58 -06:00
"esModuleInterop": true,
2024-08-20 21:40:32 -06:00
"module": "ES2022",
"moduleResolution": "Node",
2024-08-21 19:48:58 -06:00
"strict": true,
2024-08-20 21:40:32 -06:00
"target": "ES2022",
}
2024-08-21 19:48:58 -06:00
}