Skip to content

Commit b47c7be

Browse files
authored
chore: rename tsconfig.config.json to tsconfig.node.json (#232)
Closes #231
1 parent acd24b3 commit b47c7be

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Diff for: template/tsconfig/base/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
"references": [
1212
{
13-
"path": "./tsconfig.config.json"
13+
"path": "./tsconfig.node.json"
1414
}
1515
]
1616
}

Diff for: template/tsconfig/cypress-ct/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"files": [],
33
"references": [
44
{
5-
"path": "./tsconfig.config.json"
5+
"path": "./tsconfig.node.json"
66
},
77
{
88
"path": "./tsconfig.app.json"

Diff for: template/tsconfig/vitest/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"files": [],
33
"references": [
44
{
5-
"path": "./tsconfig.config.json"
5+
"path": "./tsconfig.node.json"
66
},
77
{
88
"path": "./tsconfig.app.json"

0 commit comments

Comments
 (0)