Added an upgrade function to fix renamed behavior nodes in the unlikely event that someone was changing behavior settings this way instead of using references.
13 lines
309 B
JSON
13 lines
309 B
JSON
{
|
|
"extends": "@docusaurus/tsconfig",
|
|
"include": ["src/"],
|
|
"compilerOptions": {
|
|
"types": ["node", "@docusaurus/theme-classic"],
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"target": "ES6",
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"]
|
|
}
|
|
}
|