mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-05 18:09:04 +00:00
20 lines
587 B
JSON
20 lines
587 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"isolatedModules": true,
|
|
"jsx": "react-jsx",
|
|
"lib": ["DOM", "DOM.Iterable", "ES2022"],
|
|
"moduleResolution": "bundler",
|
|
"module": "ESNext",
|
|
"noEmit": true,
|
|
"rootDirs": [".", "./.react-router/types"],
|
|
"resolveJsonModule": true,
|
|
"types": ["node", "vite/client"],
|
|
"target": "ES2022",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["app", ".react-router/types/**/*", "react-router.config.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|