Skip to content

Commit 54a5c88

Browse files
hubyrodclaude
andcommitted
Exclude tests and scripts from Next.js build compilation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 229b936 commit 54a5c88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"paths": { "@/*": ["./*"] }
2121
},
2222
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
23-
"exclude": ["node_modules", "fetch-skjs.ts"]
23+
"exclude": ["node_modules", "fetch-skjs.ts", "tests", "scripts"]
2424
}

0 commit comments

Comments
 (0)