mirror of
https://github.com/acid-info/lsd.git
synced 2025-01-12 01:54:51 +00:00
11 lines
215 B
JSON
11 lines
215 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|