12 lines
258 B
JSON
12 lines
258 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"composite": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "Bundler",
|
||
|
|
"allowSyntheticDefaultImports": true,
|
||
|
|
"types": ["node"]
|
||
|
|
},
|
||
|
|
"include": ["vite.config.ts", "tailwind.config.ts"]
|
||
|
|
}
|