diff --git a/package.json b/package.json index 8cbc719d..1535c4d1 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@txo/functional": "^4.6.19", "@txo/log-console": "^3.0.0", "@txo/semantic-release": "^2.0.10", - "@txo/tsconfig": "^1.1.1", + "@txo/tsconfig-cjs": "^2.0.0", "@types/jest": "^29.5.14", "@types/react": "~18.3.12", "@types/react-native": "0.73.0", diff --git a/tsconfig-base.json b/tsconfig-base.json index aca06fbb..e92a30b3 100644 --- a/tsconfig-base.json +++ b/tsconfig-base.json @@ -1,3 +1,3 @@ { - "extends": "@txo/tsconfig" + "extends": "@txo/tsconfig-cjs" } diff --git a/yarn.lock b/yarn.lock index 803f6aad..1b154e5a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2009,10 +2009,10 @@ semantic-release "^23.1.1" semantic-release-slack-bot "^4.0.2" -"@txo/tsconfig@^1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@txo/tsconfig/-/tsconfig-1.1.1.tgz#0e746a34c5a5092459235e15588fb33e94cbf067" - integrity sha512-YA8LdOoATb+LgwHlVFKxbR6i4xWkr1h6dGTqLh3HHGe25wYzJ7rixNNWucCXaY270Dmb33JQi5sDe6a1XtwRcg== +"@txo/tsconfig-cjs@^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@txo/tsconfig-cjs/-/tsconfig-cjs-2.0.0.tgz#e5a323a4723a4050015e777181f4057770cd2e6a" + integrity sha512-+ohrmhPJ8IMp32qvifgBDO+zYCrq0l/cg0NoKspOyoeyD3080DPsyoO405a6ipIC+lMR7e4Ou+/Az6q9Knc4fg== "@types/babel__core@^7.1.14": version "7.1.20"