Skip to content

Commit

Permalink
fix @shed/starter/tsconifg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nshen committed Feb 5, 2020
1 parent efe19ee commit 938a3ac
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/starter/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "node"
},
"include": [
"src/*.ts"
]
}
],
}

0 comments on commit 938a3ac

Please sign in to comment.