1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 13:13:59 +03:00
tabby/tabby-plugin-manager/tsconfig.json

8 lines
125 B
JSON
Raw Normal View History

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