puhhh_clear-unused-images-o.../tsconfig.json
2026-06-02 09:04:01 +03:00

16 lines
412 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"ignoreDeprecations": "6.0",
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "Bundler",
"lib": ["DOM", "ES2020"],
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"types": ["node", "vitest/globals"]
},
"include": ["src/**/*.ts", "tests/**/*.ts", "esbuild.config.mjs"]
}