Files
lcbp3/backend/tsconfig.build.json
admin 912f379016
Some checks failed
Spec Validation / validate-markdown (push) Has been cancelled
Spec Validation / validate-diagrams (push) Has been cancelled
Spec Validation / check-todos (push) Has been cancelled
260211:1703 First Deploy (Not Complete)
2026-02-11 17:03:38 +07:00

12 lines
153 B
JSON

{
"extends": "./tsconfig.json",
"exclude": [
"node_modules",
"test",
"dist",
"scripts",
"**/*spec.ts",
"documentation"
]
}