diff --git a/tsconfig.node.json b/tsconfig.node.json index f23dcc4..15611b1 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -1,13 +1,14 @@ { "extends": "./tsconfig.json", "include": [ - "server.js", - "server/**/*.js", "server/**/*.ts", "database/**/*.ts", "app/contexts/**/*.ts", "vite.config.ts" ], + "exclude": [ + "**/*.js" + ], "compilerOptions": { "composite": true, "strict": true,