mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 22:19:49 -04:00
9 lines
190 B
JSON
9 lines
190 B
JSON
{
|
|
"extends": "../config/interface.tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["src", "../ui/src/Dialog.tsx", "../ui/src/Loader.tsx"]
|
|
}
|