Skip to content

Commit

Permalink
fix: remove jsconfig.json, due to the tsconfig has already support co…
Browse files Browse the repository at this point in the history
…de intelliSense
  • Loading branch information
campcc committed Oct 9, 2020
1 parent 86a4cd0 commit 6954cc4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 82 deletions.
57 changes: 0 additions & 57 deletions docs/hooks.md

This file was deleted.

8 changes: 0 additions & 8 deletions jsconfig.json

This file was deleted.

8 changes: 0 additions & 8 deletions jsonconfig.json

This file was deleted.

11 changes: 2 additions & 9 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"allowJs": true,
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
Expand All @@ -15,13 +16,5 @@
},
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules",
"lib",
"es",
"dist",
"typings",
"**/__test__",
"test"
]
"exclude": ["node_modules", "lib", "es", "dist", "typings", "**/__test__", "test"]
}

0 comments on commit 6954cc4

Please sign in to comment.