mirror of
https://github.com/fmhy/edit.git
synced 2026-01-17 17:31:18 +11:00
fix(api): revert prev. exclusion change
This commit is contained in:
parent
905c88c0d2
commit
f28696f671
2 changed files with 2 additions and 48 deletions
|
|
@ -2,12 +2,7 @@ import { fetcher } from 'itty-fetcher'
|
||||||
|
|
||||||
// Look inside tbe docs directory
|
// Look inside tbe docs directory
|
||||||
const GITHUB_REPO = 'https://api.github.com/repos/fmhy/FMHYEdit/contents/docs/'
|
const GITHUB_REPO = 'https://api.github.com/repos/fmhy/FMHYEdit/contents/docs/'
|
||||||
const EXCLUDE_FILES = [
|
const EXCLUDE_FILES = ['README.md', 'index.md', 'feedback.md', 'posts.md']
|
||||||
'README.md',
|
|
||||||
'docs/index.md',
|
|
||||||
'docs/feedback.md',
|
|
||||||
'docs/posts.md'
|
|
||||||
]
|
|
||||||
const EXCLUDE_DIRECTORIES = ['posts/']
|
const EXCLUDE_DIRECTORIES = ['posts/']
|
||||||
|
|
||||||
interface File {
|
interface File {
|
||||||
|
|
|
||||||
|
|
@ -1,44 +1,3 @@
|
||||||
{
|
{
|
||||||
"extends": "./.nitro/types/tsconfig.json",
|
"extends": "./.nitro/types/tsconfig.json"
|
||||||
"compileroptions": {
|
|
||||||
"verbatimmodulesyntax": true,
|
|
||||||
"baseurl": ".",
|
|
||||||
"module": "esnext",
|
|
||||||
"target": "esnext",
|
|
||||||
"lib": [
|
|
||||||
"dom",
|
|
||||||
"esnext"
|
|
||||||
],
|
|
||||||
"strict": true,
|
|
||||||
"jsx": "preserve",
|
|
||||||
"esmoduleinterop": true,
|
|
||||||
"skiplibcheck": true,
|
|
||||||
"moduleresolution": "node",
|
|
||||||
"resolvejsonmodule": true,
|
|
||||||
"nounusedlocals": true,
|
|
||||||
"strictnullchecks": true,
|
|
||||||
"forceconsistentcasinginfilenames": true,
|
|
||||||
"sourcemap": true,
|
|
||||||
"isolatedmodules": true
|
|
||||||
},
|
|
||||||
"include": [
|
|
||||||
"**/*.vue",
|
|
||||||
"**/*.tsx",
|
|
||||||
"**/*.ts",
|
|
||||||
".vitepress/**/**/*.ts",
|
|
||||||
".vitepress/**/**/*.tsx",
|
|
||||||
".vitepress/**/**/*.vue"
|
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"**/node_modules/**",
|
|
||||||
"dist/**"
|
|
||||||
],
|
|
||||||
"extensions": [
|
|
||||||
".js",
|
|
||||||
".ts",
|
|
||||||
".tsx",
|
|
||||||
".jsx",
|
|
||||||
".vue"
|
|
||||||
],
|
|
||||||
"allowSyntheticDefaultImports": true
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue