mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
19 lines
471 B
JSON
19 lines
471 B
JSON
{
|
|
"include": ["vite.config.*", "tailwind.config.ts"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"jsx": "preserve",
|
|
"composite": true,
|
|
"types": ["node", "vite/client"],
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|