1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 13:13:59 +03:00
tabby/tabby-electron/tsconfig.json
2021-06-29 23:57:04 +02:00

8 lines
124 B
JSON

{
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist"],
"compilerOptions": {
"baseUrl": "src"
}
}