mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 17:07:15 +00:00
7 lines
124 B
JSON
7 lines
124 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"exclude": ["node_modules", "dist"],
|
|
"compilerOptions": {
|
|
"baseUrl": "src"
|
|
}
|
|
}
|