mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +11:00
feat(transformer): transform Discors links to icons
This commit is contained in:
parent
7d63a3025a
commit
905c88c0d2
2 changed files with 67 additions and 37 deletions
|
|
@ -1,32 +1,44 @@
|
|||
{
|
||||
"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
|
||||
"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