Files
spacedrive/apps/desktop/tsconfig.json
Arnab Chakraborty b14e4fce3a Deep linking wip
Pop up shows but doesn't pull focus on the app and actually doesn't receive events
2024-08-15 00:46:27 +03:00

18 lines
284 B
JSON

{
"extends": "../../packages/config/base.tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"declarationDir": "dist",
"paths": {
"~/*": ["./src/*"]
},
"moduleResolution": "bundler"
},
"include": ["src"],
"references": [
{
"path": "../../interface"
}
]
}