Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
chore: fix tsconfig warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Nov 23, 2019
1 parent 761b81b commit 117fd4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
"experimentalDecorators": true,
"strict": true,
"declaration": true,
"skipLibCheck": true
"skipLibCheck": true,
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit 117fd4f

Please sign in to comment.