mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-24 08:28:27 -04:00
* broken sync example * move to react * filter owned ops more * update deps * working sync * relation operations * fix pnpm lock * please rustfmt * fix api * compare strings properly * please clippy * feature gate logging * use bleeding rspc in example * use bleeding rspc * use generated rspc client
16 lines
296 B
JSON
16 lines
296 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "react-jsx",
|
|
"types": [
|
|
"vite/client"
|
|
],
|
|
"noEmit": true,
|
|
"isolatedModules": true
|
|
}
|
|
}
|