mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-08 15:43:27 +00:00
18 lines
388 B
JSON
18 lines
388 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["DOM", "ES2023"],
|
|
"target": "ES2022",
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"useDefineForClassFields": true,
|
|
"module": "ESNext",
|
|
"isolatedModules": true,
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true
|
|
},
|
|
"include": ["lib"]
|
|
}
|