1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-24 06:04:04 +03:00
tabby/terminus-settings/tsconfig.json

8 lines
125 B
JSON
Raw Normal View History

2017-04-11 23:45:59 +03:00
{
2017-06-10 01:29:16 +03:00
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist"],
2017-04-11 23:45:59 +03:00
"compilerOptions": {
2017-06-10 01:29:16 +03:00
"baseUrl": "src",
}
2017-04-11 23:45:59 +03:00
}