mirror of
https://github.com/DanielLavrushin/b4.git
synced 2026-07-23 06:36:10 +00:00
- Added a new SVG file for "Focus on What Matters" to the static images directory. - Created a TypeScript configuration file to enhance editor experience, extending from Docusaurus' default configuration.
9 lines
248 B
JSON
9 lines
248 B
JSON
{
|
|
// This file is not used in compilation. It is here just for a nice editor experience.
|
|
"extends": "@docusaurus/tsconfig",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"ignoreDeprecations": "6.0"
|
|
},
|
|
"exclude": [".docusaurus", "build"]
|
|
}
|