mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 22:19:49 -04:00
14 lines
264 B
JSON
14 lines
264 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "react-jsx",
|
|
"types": ["vite/client"],
|
|
"noEmit": true,
|
|
"isolatedModules": true
|
|
}
|
|
}
|