From f50f233ffd5c9a504de32a63a5695ce875f8e26f Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 6 May 2026 21:54:44 +0300 Subject: Remove bun, use tsx --- tsconfig.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index a4d9078..30a75ac 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,5 @@ { "compilerOptions": { - // This tsconfig is a minimal placeholder retained only for IDE tooling / editor intellisense. - // The build pipeline uses `bun build` (see package.json scripts) to produce a single - // CommonJS bundle at build/index.js suitable for running with plain `node`. - // No type-check step is performed as part of the build. "target": "ES2020", "module": "CommonJS", "moduleResolution": "Node", @@ -13,5 +9,5 @@ "resolveJsonModule": true }, "include": ["src/**/*"], - "exclude": ["node_modules", "build"] + "exclude": ["node_modules"] } -- cgit v1.3