Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
File size: 389 Bytes
61d29fc | 1 2 3 4 5 6 7 8 9 10 11 12 13 | // 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"]
}
|