mirror of
https://github.com/gosticks/svgr.git
synced 2026-07-04 20:00:02 +00:00
18 lines
316 B
JSON
18 lines
316 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "Node",
|
|
"target": "ES2019",
|
|
"lib": [
|
|
"ES2019",
|
|
"ES2020.BigInt",
|
|
"ES2020.String",
|
|
"ES2020.Symbol.WellKnown"
|
|
],
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"declaration": true
|
|
},
|
|
"include": ["src"]
|
|
}
|