tabby/tabby-linkifier/tsconfig.json
2021-12-08 19:54:26 +01:00

7 lines
125 B
JSON

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