Skip to content

Commit

Permalink
fix tsconfig new package
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Dec 26, 2022
1 parent e2b4b43 commit 89fe6d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _templates/package/new/tsconfig.json.ejs.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
to: packages/<%= name %>/tsconfig.json
---
{
"extends": "../../tsconfig.base.json",
"extends": "../../tsconfig.base.client.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist"
Expand Down
5 changes: 2 additions & 3 deletions packages/core-services/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../../tsconfig.base.server.json",
"compilerOptions": {
"lib": ["es2020"],
"target": "es2020",
"declaration": true,
"rootDir": "./src",
"outDir": "./dist"
},
Expand Down

0 comments on commit 89fe6d7

Please sign in to comment.