Skip to content

Commit 76fc60d

Browse files
authored
chore: use tsconfig-cjs package (#575)
1 parent 8610f33 commit 76fc60d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@txo/functional": "^4.6.19",
5757
"@txo/log-console": "^3.0.0",
5858
"@txo/semantic-release": "^2.0.10",
59-
"@txo/tsconfig": "^1.1.1",
59+
"@txo/tsconfig-cjs": "^2.0.0",
6060
"@types/jest": "^29.5.14",
6161
"@types/react": "~18.3.12",
6262
"@types/react-native": "0.73.0",

tsconfig-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"extends": "@txo/tsconfig"
2+
"extends": "@txo/tsconfig-cjs"
33
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2009,10 +2009,10 @@
20092009
semantic-release "^23.1.1"
20102010
semantic-release-slack-bot "^4.0.2"
20112011

2012-
"@txo/tsconfig@^1.1.1":
2013-
version "1.1.1"
2014-
resolved "https://registry.yarnpkg.com/@txo/tsconfig/-/tsconfig-1.1.1.tgz#0e746a34c5a5092459235e15588fb33e94cbf067"
2015-
integrity sha512-YA8LdOoATb+LgwHlVFKxbR6i4xWkr1h6dGTqLh3HHGe25wYzJ7rixNNWucCXaY270Dmb33JQi5sDe6a1XtwRcg==
2012+
"@txo/tsconfig-cjs@^2.0.0":
2013+
version "2.0.0"
2014+
resolved "https://registry.yarnpkg.com/@txo/tsconfig-cjs/-/tsconfig-cjs-2.0.0.tgz#e5a323a4723a4050015e777181f4057770cd2e6a"
2015+
integrity sha512-+ohrmhPJ8IMp32qvifgBDO+zYCrq0l/cg0NoKspOyoeyD3080DPsyoO405a6ipIC+lMR7e4Ou+/Az6q9Knc4fg==
20162016

20172017
"@types/babel__core@^7.1.14":
20182018
version "7.1.20"

0 commit comments

Comments
 (0)