Skip to content

Commit

Permalink
build: update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
EnixCoda committed Jun 27, 2020
1 parent edf96f2 commit 4db0396
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@
"jsx": "react",
"strict": true,
"lib": ["dom", "es2017.object", "es2016", "ES2020.String"],
"baseUrl": ".",
"outDir": "dist",
"paths": {
"*": ["src/*", "packages/*"]
}
"baseUrl": "src",
"outDir": "dist"
},
"include": ["src"]
}

0 comments on commit 4db0396

Please sign in to comment.