1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-23 13:13:49 +03:00
tabby/tabby-linkifier/tsconfig.json
2021-12-08 19:54:26 +01:00

8 lines
125 B
JSON

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