agent-smith/tsconfig.build.json
2026-02-26 19:41:09 +01:00

9 lines
167 B
JSON

{
"extends": "./tsconfig.json",
"exclude": [
"node_modules",
"src/**/__tests__",
"**/*.test.ts",
"**/*.spec.ts"
]
}