Files
egbim_qa_platform/apps/docs/tsconfig.json
T
root 33453ecc55
Deploy staging / deploy (push) Failing after 6s
Initial deployment setup
2026-08-31 16:45:24 +09:00

10 lines
245 B
JSON

{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"strictNullChecks": true
},
"exclude": [".docusaurus", "build"]
}