mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
12 lines
215 B
JSON
12 lines
215 B
JSON
{
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|