mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-23 13:13:49 +03:00
9 lines
154 B
JSON
9 lines
154 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"exclude": ["node_modules", "dist"],
|
|
"compilerOptions": {
|
|
"baseUrl": "src",
|
|
"declarationDir": "dist"
|
|
}
|
|
}
|