mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-08-29 09:03:55 +00:00
fix: add an example of markdown embedded in the form #138
This commit is contained in:
@@ -15,16 +15,11 @@
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"experimentalDecorators": true,
|
||||
"lib": [
|
||||
"dom",
|
||||
"esnext"
|
||||
],
|
||||
"lib": ["dom", "esnext"],
|
||||
"incremental": true,
|
||||
"skipLibCheck": true,
|
||||
"paths": {
|
||||
"/@/*": [
|
||||
"src/*"
|
||||
]
|
||||
"/@/*": ["src/*"]
|
||||
}
|
||||
},
|
||||
"plugins": [
|
||||
@@ -32,15 +27,6 @@
|
||||
"name": "@vuedx/typescript-plugin-vue"
|
||||
}
|
||||
],
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"src/**/*.d.ts",
|
||||
"src/**/*.tsx",
|
||||
"src/**/*.vue"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"**/*.js"
|
||||
]
|
||||
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
|
||||
"exclude": ["node_modules", "dist", "**/*.js"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user