mirror of
https://github.com/fmhy/edit.git
synced 2025-08-02 01:02:14 +10:00
m9ve website code outsidr
This commit is contained in:
parent
15a56af368
commit
df4eecc405
87 changed files with 3108 additions and 59 deletions
|
@ -3,7 +3,10 @@
|
|||
"verbatimModuleSyntax": true,
|
||||
"module": "esnext",
|
||||
"target": "esnext",
|
||||
"lib": ["DOM", "ESNext"],
|
||||
"lib": [
|
||||
"DOM",
|
||||
"ESNext"
|
||||
],
|
||||
"strict": true,
|
||||
"jsx": "preserve",
|
||||
"esModuleInterop": true,
|
||||
|
@ -13,10 +16,19 @@
|
|||
"noUnusedLocals": true,
|
||||
"strictNullChecks": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"types": ["vitepress"]
|
||||
"types": [
|
||||
"vitepress"
|
||||
]
|
||||
},
|
||||
"exclude": ["node_modules"],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
],
|
||||
"include": [
|
||||
"website/**/*.ts",
|
||||
"website/**/*.d.ts",
|
||||
"website/**/*.vue",
|
||||
"website/**/*.mts",
|
||||
"website/**/*.json",
|
||||
"**/.vitepress/**/*.ts",
|
||||
"**/.vitepress/**/*.mts",
|
||||
"**/.vitepress/**/*.vue",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue