mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
16 lines
391 B
JSON
16 lines
391 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"lib": ["esnext", "dom"],
|
|
"target": "esnext",
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"types": ["vitest/globals", "vitest/jsdom"]
|
|
},
|
|
"include": ["modules", "test"]
|
|
}
|