diff --git a/package.json b/package.json index 4d106425..b152920e 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@txo/commitlint": "^1.0.20", "@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-dom": "^18.3.1", diff --git a/tsconfig-base.json b/tsconfig-base.json index b754ccbe..b5341f0d 100644 --- a/tsconfig-base.json +++ b/tsconfig-base.json @@ -3,5 +3,5 @@ "jsx": "react", "skipLibCheck": true }, - "extends": "@txo/tsconfig" + "extends": "@txo/tsconfig-cjs" } diff --git a/yarn.lock b/yarn.lock index 242df519..b0b99dc4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2358,10 +2358,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== "@txo/types@^1.7.0": version "1.7.0"