Skip to content

Commit adbb402

Browse files
authored
chore: use tsconfig-cjs package (#644)
1 parent c67e981 commit adbb402

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
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@txo/commitlint": "^1.0.20",
4040
"@txo/semantic-release": "^2.0.10",
41-
"@txo/tsconfig": "^1.1.1",
41+
"@txo/tsconfig-cjs": "^2.0.0",
4242
"@types/eslint": "^8.56.12",
4343
"@types/jest": "^29.5.14",
4444
"@types/react": "^18.3.12",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@txo/tsconfig",
2+
"extends": "@txo/tsconfig-cjs",
33
"compilerOptions": {
44
"noEmit": false,
55
"outDir": "lib"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,10 +1321,10 @@
13211321
semantic-release "^23.1.1"
13221322
semantic-release-slack-bot "^4.0.2"
13231323

1324-
"@txo/tsconfig@^1.1.1":
1325-
version "1.1.1"
1326-
resolved "https://registry.yarnpkg.com/@txo/tsconfig/-/tsconfig-1.1.1.tgz#0e746a34c5a5092459235e15588fb33e94cbf067"
1327-
integrity sha512-YA8LdOoATb+LgwHlVFKxbR6i4xWkr1h6dGTqLh3HHGe25wYzJ7rixNNWucCXaY270Dmb33JQi5sDe6a1XtwRcg==
1324+
"@txo/tsconfig-cjs@^2.0.0":
1325+
version "2.0.0"
1326+
resolved "https://registry.yarnpkg.com/@txo/tsconfig-cjs/-/tsconfig-cjs-2.0.0.tgz#e5a323a4723a4050015e777181f4057770cd2e6a"
1327+
integrity sha512-+ohrmhPJ8IMp32qvifgBDO+zYCrq0l/cg0NoKspOyoeyD3080DPsyoO405a6ipIC+lMR7e4Ou+/Az6q9Knc4fg==
13281328

13291329
"@types/babel__core@^7.1.14":
13301330
version "7.1.19"

0 commit comments

Comments
 (0)