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

8 lines
135 B
JSON
Raw Permalink Normal View History

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