mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 15:40:07 -04:00
* restructure core for crates folder - improve naming consistency - added placeholder files for near future code - added docs * - removed all typescript from core - moved rspc bindings to client * remove useless git ignore & rustfmt
8 lines
132 B
JSON
8 lines
132 B
JSON
{
|
|
"extends": "../../packages/config/interface.tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es2020"
|
|
},
|
|
"include": ["src"]
|
|
}
|