site-library/packages/imagetools/docs/tsconfig.json
2025-03-12 18:53:16 +01:00

13 lines
239 B
JSON

{
"compilerOptions": {
"target": "es2020",
"module": "esnext",
"jsx": "preserve",
"baseUrl": ".",
"paths": {
"@config/*": ["src/components/ConfigOptions/*"]
}
},
"moduleResolution": "node"
}