Skip to content

Commit

Permalink
fix: add missing tsconfig.eslint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Aug 16, 2019
1 parent 2964907 commit c9f1973
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"extends": "./tsconfig.base.json",
"include": [
"**/*.ts",
"**/*.tsx",
"**/*.config.js",
],
"compilerOptions": {
"allowJs": true,
"checkJs": true
}
}

0 comments on commit c9f1973

Please sign in to comment.