mini-strap/packages/website/tsconfig.json
Alexander Navarro 85660ac08a
Some checks failed
Publish package / build_and_publish (push) Failing after 23s
chore(website): add docosaurus as SSG
2024-11-10 22:18:21 +00: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": "."
}
}