Files
svgr/packages/plugin-prettier/tsconfig.json
Greg Bergé b88c44ee76 wip
2021-10-29 08:30:35 +02:00

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"]
}