1
0
mirror of https://github.com/svg/svgo.git synced 2026-01-25 18:41:39 +03:00
Files
svgo/tsconfig.json
2025-05-04 17:39:44 +01:00

24 lines
407 B
JSON

{
"compilerOptions": {
"noEmit": true,
"module": "node16",
"target": "es2021",
"lib": ["es2021"],
"allowJs": true,
"checkJs": true,
"strict": true,
"resolveJsonModule": true
},
"exclude": [
".yarn/",
"coverage/",
"dist/",
"node_modules/",
"rollup.config.js",
"test-d/",
"test/browser.js",
"test/regression.js",
"test/svgo.cjs"
]
}