2
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-03-19 15:30:40 +08:00
2021-06-29 23:57:04 +02:00

8 lines
124 B
JSON

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