mirror of
https://github.com/lumehq/lume.git
synced 2025-03-20 06:41:53 +01:00
13 lines
205 B
JSON
13 lines
205 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"skipLibCheck": true,
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "bundler",
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
},
|
||
|
"include": [
|
||
|
"vite.config.ts"
|
||
|
]
|
||
|
}
|