mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-12 03:26:25 -04:00
8 lines
151 B
JSON
8 lines
151 B
JSON
{
|
|
"extends": "config/tsconfig/tauri.json",
|
|
"include": ["src"],
|
|
"exclude": ["node_modules"],
|
|
"compilerOptions": {
|
|
"jsx": "react"
|
|
}
|
|
} |