Files
cuframes-docs/site/tsconfig.json
T
Claude Opus 7f45c36aa2 init
2026-05-26 23:23:25 +01:00

13 lines
389 B
JSON

// This file is not used by "docusaurus start/build" commands.
// It is here to improve your IDE experience (type-checking, autocompletion...),
// and can also run the package.json "typecheck" script manually.
{
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"ignoreDeprecations": "6.0",
"strict": true
},
"exclude": [".docusaurus", "build"]
}