mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-07 23:23:34 +00:00
10 lines
160 B
JSON
10 lines
160 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"module": "ES2022",
|
|
"moduleResolution": "Node",
|
|
"strict": true,
|
|
"target": "ES2022",
|
|
}
|
|
}
|