more post support

This commit is contained in:
2026-04-14 22:19:26 +01:00
parent b61ecb13bd
commit da06ae1279
11 changed files with 124 additions and 43 deletions
+7 -1
View File
@@ -3,6 +3,11 @@
"compilerOptions": {
"rewriteRelativeImportExtensions": true,
"allowJs": true,
// "baseUrl": ".",
// "paths": {
// "$app/*": [".svelte/dev/runtime/app/*", ".svelte/build/runtime/app/*"],
// "$lib/*": ["src/lib/*"]
// },
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
@@ -11,7 +16,8 @@
"sourceMap": true,
"strict": true,
"moduleResolution": "bundler"
}
},
"include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files
//