@a4smanjorg5/invoida-components
Version:
Front-end application for platforms built with react.
16 lines (15 loc) • 372 B
JSON
{
"include": ["./src/**/*"],
"compilerOptions": {
"target": "es2020",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"jsx": "react-jsx",
"skipLibCheck": true,
"moduleResolution": "bundler",
"sourceMap": false,
"esModuleInterop": true,
"strictNullChecks": true,
"noUnusedLocals": true,
"noUnusedParameters": true
}
}