SIGN IN SIGN UP
devhubapp / devhub UNCLAIMED

TweetDeck for GitHub - Filter Issues, Activities & Notifications - Web, Mobile & Desktop with 99% code sharing between them

0 0 1 TypeScript
2017-11-09 02:57:44 -02:00
{
"extends": "./tsconfig.base.json",
2017-11-09 02:57:44 -02:00
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
2019-07-23 22:07:50 -03:00
"module": "esnext"
},
"exclude": ["node_modules"],
"include": ["@types", "landing", "packages", ".eslintrc.js"]
}