Begin work on documentation

This commit is contained in:
David Payr
2025-03-29 11:47:21 +01:00
parent 95cc8beb06
commit 53e8ce5cac
9 changed files with 2704 additions and 4 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"moduleResolution": "nodenext",
"module": "NodeNext"
},
"include": [
".vitepress/config.mts"
]
}