2
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-03-19 15:30:40 +08:00
2019-06-06 13:45:15 +02:00

8 lines
125 B
JSON

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