mirror of
https://github.com/gosticks/svgr.git
synced 2026-04-16 09:44:32 +00:00
It default to "classic", the old behaviour. But it can be "automatic" (the recommended) or "classic-preact".
18 lines
323 B
JSON
18 lines
323 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "Node",
|
|
"target": "es2019",
|
|
"lib": [
|
|
"es2019",
|
|
"es2020.bigint",
|
|
"es2020.string",
|
|
"es2020.symbol.wellknown"
|
|
],
|
|
"module": "ESNext",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|