Skip to content

Commit

Permalink
=== BEGIN test-build-output === Add jsconfig.json to improve VSCode i…
Browse files Browse the repository at this point in the history
…ntellisense
  • Loading branch information
andrewiggins committed Oct 30, 2019
1 parent a1118c8 commit 3571f60
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"checkJs": true,
"lib": ["dom", "es5"],
"moduleResolution": "node",
"jsx": "react",
"reactNamespace": "createElement",
"baseUrl": ".",
"paths": {
"preact": ["."],
"preact/*": ["./*"]
}
},
"exclude": ["node_modules", "dist", "demo"]
}

0 comments on commit 3571f60

Please sign in to comment.