mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 17:28:06 +00:00
12 lines
246 B
JSON
12 lines
246 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"exclude": ["node_modules", "dist"],
|
|
"compilerOptions": {
|
|
"baseUrl": "src",
|
|
"declarationDir": "dist",
|
|
"paths": {
|
|
"terminus-*": ["terminus-*"],
|
|
"*": ["app/node_modules/*"]
|
|
}
|
|
}
|
|
}
|