This commit is contained in:
taskylizard 2025-06-28 08:38:06 +00:00
parent b1da9e7563
commit 887ad08707
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
8 changed files with 162 additions and 95 deletions

View file

@ -3,10 +3,7 @@
"verbatimModuleSyntax": true,
"module": "esnext",
"target": "esnext",
"lib": [
"DOM",
"ESNext"
],
"lib": ["DOM", "ESNext"],
"strict": true,
"jsx": "preserve",
"esModuleInterop": true,
@ -16,13 +13,9 @@
"noUnusedLocals": true,
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"types": [
"vitepress"
]
"types": ["vitepress"]
},
"exclude": [
"node_modules"
],
"exclude": ["node_modules"],
"include": [
"website/**/*.ts",
"website/**/*.d.ts",