botbook/tsconfig.json
Rodrigo Rodriguez (Pragmatismo) d16e56de9a
Some checks failed
GBCI / build (push) Failing after 1m52s
chore: remove unused files and add babel and tsconfig for Docusaurus setup
2025-04-12 19:34:13 -03:00

7 lines
176 B
JSON

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