Added methodology page

This commit is contained in:
2025-04-16 18:04:34 +01:00
parent 4e340ef306
commit 86b4099c57
16 changed files with 782 additions and 51 deletions

13
tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true
}
}