1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-08-16 07:50:34 +03:00
tabby/tabby-local/tsconfig.json
2021-06-29 23:57:04 +02:00

8 lines
135 B
JSON

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