Skip to content

Commit

Permalink
tslint: add jsconfig.json
Browse files Browse the repository at this point in the history
This enables IntelliSense on VS Code
  • Loading branch information
wmertens committed Apr 27, 2020
1 parent ce48101 commit 9fe1bec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"baseUrl": ".",
"jsx": "preserve",
"checkJs": true
},
"exclude": ["node_modules", "build", "assets"]
}

0 comments on commit 9fe1bec

Please sign in to comment.