|
@@ -1,20 +0,0 @@
|
|
-{
|
|
|
|
- "include": ["./**/*"],
|
|
|
|
- "exclude": ["**/*.test.*", "tests", "types"],
|
|
|
|
- "compilerOptions": {
|
|
|
|
- "types": ["vite/client", "vite-plugin-svgr/client"],
|
|
|
|
- "allowJs": true,
|
|
|
|
- "declaration": true,
|
|
|
|
- "emitDeclarationOnly": true,
|
|
|
|
- "outDir": "types",
|
|
|
|
- "jsx": "react-jsx",
|
|
|
|
- "target": "es6",
|
|
|
|
- "lib": ["dom", "dom.iterable", "esnext"],
|
|
|
|
- "module": "ESNext",
|
|
|
|
- "moduleResolution": "node",
|
|
|
|
- "resolveJsonModule": true,
|
|
|
|
- "skipLibCheck": true,
|
|
|
|
- "allowSyntheticDefaultImports": true,
|
|
|
|
- "strict": true
|
|
|
|
- }
|
|
|
|
-}
|
|
|