mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 20:01:33 +02:00
fix: incorrect configuration
This commit is contained in:
parent
5d327ff4f8
commit
4341dab741
6 changed files with 183 additions and 114 deletions
|
@ -1,16 +1,15 @@
|
|||
{
|
||||
"extends": "astro/tsconfigs/strict",
|
||||
"compilerOptions": {
|
||||
"lib": ["esnext", "dom"],
|
||||
"lib": ["ESNext", "DOM"],
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["src/*"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.astro",
|
||||
"src/**/*.ts",
|
||||
".astro/types.d.ts"
|
||||
".astro/types.d.ts",
|
||||
"src/**/*"
|
||||
],
|
||||
"exclude": ["dist"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue