1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-21 18:07:54 +03:00
tabby/terminus-core/tsconfig.json
Eugene Pankov a5ecdeb5ea lint
2019-06-14 17:49:42 +02:00

8 lines
124 B
JSON

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