1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-21 01:47:28 +03:00
tabby/terminus-settings/tsconfig.json
Eugene Pankov 65e9cbe759 wip
2017-06-10 00:29:16 +02:00

9 lines
154 B
JSON

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