15 lines
291 B
JSON
15 lines
291 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"vite.config.ts",
|
|
"tailwind.config.js",
|
|
"postcss.config.js"
|
|
]
|
|
} |