Skip to content

Commit 6e1ba50

Browse files
authored
chore: use tsconfig-cjs package (#206)
1 parent aa9bc15 commit 6e1ba50

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
@@ -47,7 +47,7 @@
4747
"@txo/commitlint": "^1.0.20",
4848
"@txo/log-console": "^3.0.0",
4949
"@txo/semantic-release": "^2.0.10",
50-
"@txo/tsconfig": "^1.1.1",
50+
"@txo/tsconfig-cjs": "^2.0.0",
5151
"@types/jest": "^29.5.14",
5252
"concurrently": "^9.1.0",
5353
"eslint-config-txo-typescript": "^4.0.70",

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
@@ -1370,10 +1370,10 @@
13701370
semantic-release "^23.1.1"
13711371
semantic-release-slack-bot "^4.0.2"
13721372

1373-
"@txo/tsconfig@^1.1.1":
1374-
version "1.1.1"
1375-
resolved "https://registry.yarnpkg.com/@txo/tsconfig/-/tsconfig-1.1.1.tgz#0e746a34c5a5092459235e15588fb33e94cbf067"
1376-
integrity sha512-YA8LdOoATb+LgwHlVFKxbR6i4xWkr1h6dGTqLh3HHGe25wYzJ7rixNNWucCXaY270Dmb33JQi5sDe6a1XtwRcg==
1373+
"@txo/tsconfig-cjs@^2.0.0":
1374+
version "2.0.0"
1375+
resolved "https://registry.yarnpkg.com/@txo/tsconfig-cjs/-/tsconfig-cjs-2.0.0.tgz#e5a323a4723a4050015e777181f4057770cd2e6a"
1376+
integrity sha512-+ohrmhPJ8IMp32qvifgBDO+zYCrq0l/cg0NoKspOyoeyD3080DPsyoO405a6ipIC+lMR7e4Ou+/Az6q9Knc4fg==
13771377

13781378
"@types/babel__core@^7.1.14":
13791379
version "7.1.14"

0 commit comments

Comments
 (0)