mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-10 10:36:25 -04:00
7 lines
122 B
JSON
7 lines
122 B
JSON
{
|
|
"extends": "../config/base.tsconfig.json",
|
|
"compilerOptions": {},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules"]
|
|
}
|