初始版本

This commit is contained in:
浪子
2026-05-16 14:47:05 +08:00
commit 5bd53c1e51
137 changed files with 30138 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"],
"@config": ["./asky.config.ts"]
},
"allowImportingTsExtensions": false
},
"include": ["./src/**/*", "./asky.config.ts", "./astro.config.mjs"],
"exclude": ["dist", "node_modules"]
}