1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-22 02:19:55 +03:00
tabby/terminus-electron/tsconfig.json

8 lines
124 B
JSON

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