mirror of
https://github.com/gosticks/svgr.git
synced 2026-07-02 02:50:01 +00:00
18 lines
314 B
JSON
18 lines
314 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "Node",
|
|
"target": "es2019",
|
|
"lib": [
|
|
"es2019",
|
|
"es2020.bigint",
|
|
"es2020.string",
|
|
"es2020.symbol.wellknown"
|
|
],
|
|
"module": "ESNext",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"declaration": true
|
|
},
|
|
"include": ["src"]
|
|
}
|