Skip to content

Commit

Permalink
Add jsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
FairyEver committed Aug 29, 2019
1 parent 473727b commit 8ca656e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions jsconfig.json
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "es2017",
"allowSyntheticDefaultImports": false,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}

0 comments on commit 8ca656e

Please sign in to comment.