Skip to content

Commit

Permalink
Fix(tsconfig): updates extends to nx default
Browse files Browse the repository at this point in the history
Updates the `extends` property to target the default workspace filename: "tsconfig.base.json".
  • Loading branch information
Tbhesswebber committed Jan 5, 2021
1 parent 62444a4 commit 43d78e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schematics/application/files/app/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "<%= offset %>tsconfig.json",
"extends": "<%= offset %>tsconfig.base.json",
"compilerOptions": {
"types": ["node"]
},
Expand Down

0 comments on commit 43d78e5

Please sign in to comment.