Skip to content

Commit

Permalink
chore: rename tsconfig.config.json to tsconfig.node.json (#232)
Browse files Browse the repository at this point in the history
Closes #231
  • Loading branch information
jasonreyes9 committed Feb 27, 2023
1 parent a6b8081 commit 1d9cf07
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion template/tsconfig/base/tsconfig.json
Expand Up @@ -10,7 +10,7 @@

"references": [
{
"path": "./tsconfig.config.json"
"path": "./tsconfig.node.json"
}
]
}
File renamed without changes.
2 changes: 1 addition & 1 deletion template/tsconfig/cypress-ct/tsconfig.json
Expand Up @@ -2,7 +2,7 @@
"files": [],
"references": [
{
"path": "./tsconfig.config.json"
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
Expand Down
2 changes: 1 addition & 1 deletion template/tsconfig/vitest/tsconfig.json
Expand Up @@ -2,7 +2,7 @@
"files": [],
"references": [
{
"path": "./tsconfig.config.json"
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
Expand Down

0 comments on commit 1d9cf07

Please sign in to comment.