mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 14:38:58 -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
9 lines
142 B
JSON
9 lines
142 B
JSON
{
|
|
"extends": "../config/interface.tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["src"]
|
|
}
|