Add documentation comments everywhere

This commit is contained in:
David Payr
2025-03-15 17:12:42 +01:00
parent 6eb5c02591
commit 3863ffe4d8
30 changed files with 1607 additions and 188 deletions
+3 -9
View File
@@ -6,14 +6,8 @@
"noImplicitOverride": true,
"noUncheckedIndexedAccess": true,
"noPropertyAccessFromIndexSignature": true,
"rootDir": "src",
"outDir": "build",
"declaration": true,
"stripInternal": true,
"skipLibCheck": true,
"allowJs": true
},
"include": [
"src/**/*"
]
"allowJs": true,
"noEmit": true
}
}