mirror of
https://github.com/gosticks/svgr.git
synced 2026-07-01 10:30:03 +00:00
19 lines
345 B
JSON
19 lines
345 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "Node",
|
|
"target": "ES2019",
|
|
"lib": [
|
|
"ES2019",
|
|
"ES2020.BigInt",
|
|
"ES2020.String",
|
|
"ES2020.Symbol.WellKnown"
|
|
],
|
|
"esModuleInterop": true,
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"declaration": true
|
|
},
|
|
"include": ["src"]
|
|
}
|