mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-18 17:35:24 +00:00
WIP objdiff 3.0 refactor
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"esModuleInterop": true,
|
||||
"module": "ES2022",
|
||||
"moduleResolution": "Node",
|
||||
"strict": true,
|
||||
"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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user