Skip to content

Commit

Permalink
add tsc configuration for lint add root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
toschmidt committed Feb 21, 2020
1 parent 6c39a5c commit dbfca5b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"files": [],
"references": [
{
"path": "./packages/types"
},
{
"path": "./packages/frontend"
}
]
}
7 changes: 7 additions & 0 deletions tsconfig.lint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "./tsconfig.base.json",
"include": [
"packages/*/src/**/*.ts",
"packages/*/src/**/*.d.ts"
]
}

0 comments on commit dbfca5b

Please sign in to comment.