36 lines
758 B
JSON
36 lines
758 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./src",
|
|
"target": "ESNext",
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"esnext"
|
|
],
|
|
"types": [
|
|
"vite/client",
|
|
"vite-plugin-svgr/client"
|
|
],
|
|
"allowJs": false,
|
|
"skipLibCheck": false,
|
|
"esModuleInterop": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"jsx": "react-jsx",
|
|
},
|
|
"include": [
|
|
"src",
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"src/pages/template-create-page",
|
|
"src/pages/templates-page",
|
|
"src/components/react-via/"
|
|
]
|
|
} |