Skip to content

Commit eaa78dd

Browse files
authored
chore: use tsconfig-cjs package (#755)
1 parent f5f6e4e commit eaa78dd

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
@@ -58,7 +58,7 @@
5858
"@txo/commitlint": "^1.0.20",
5959
"@txo/log-console": "^3.0.0",
6060
"@txo/semantic-release": "^2.0.10",
61-
"@txo/tsconfig": "^1.1.1",
61+
"@txo/tsconfig-cjs": "^2.0.0",
6262
"@types/jest": "^29.5.14",
6363
"@types/react": "^18.3.12",
6464
"@types/react-native": "^0.73.0",

tsconfig-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"compilerOptions": {
33
"skipLibCheck": true
44
},
5-
"extends": "@txo/tsconfig"
5+
"extends": "@txo/tsconfig-cjs"
66
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2361,10 +2361,10 @@
23612361
semantic-release "^23.1.1"
23622362
semantic-release-slack-bot "^4.0.2"
23632363

2364-
"@txo/tsconfig@^1.1.1":
2365-
version "1.1.1"
2366-
resolved "https://registry.yarnpkg.com/@txo/tsconfig/-/tsconfig-1.1.1.tgz#0e746a34c5a5092459235e15588fb33e94cbf067"
2367-
integrity sha512-YA8LdOoATb+LgwHlVFKxbR6i4xWkr1h6dGTqLh3HHGe25wYzJ7rixNNWucCXaY270Dmb33JQi5sDe6a1XtwRcg==
2364+
"@txo/tsconfig-cjs@^2.0.0":
2365+
version "2.0.0"
2366+
resolved "https://registry.yarnpkg.com/@txo/tsconfig-cjs/-/tsconfig-cjs-2.0.0.tgz#e5a323a4723a4050015e777181f4057770cd2e6a"
2367+
integrity sha512-+ohrmhPJ8IMp32qvifgBDO+zYCrq0l/cg0NoKspOyoeyD3080DPsyoO405a6ipIC+lMR7e4Ou+/Az6q9Knc4fg==
23682368

23692369
"@types/babel__core@^7.1.14":
23702370
version "7.1.19"

0 commit comments

Comments
 (0)