9 Star 35 Fork 14

fyl080801 / json-to-render

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 723 Bytes
一键复制 编辑 原始数据 按行查看 历史
fyl080801 提交于 2021-07-13 01:46 . feat: vue渲染方式支持slot
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"strict": true,
"jsx": "preserve",
"experimentalDecorators": true,
"importHelpers": true,
"moduleResolution": "node",
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"allowJs": true,
"sourceMap": true,
"baseUrl": ".",
"types": ["vite/client"],
"paths": {
"@/*": ["src/*"]
},
"lib": ["ES2020", "ES2015", "dom", "dom.iterable", "scripthost"]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"packages/**/*.ts",
"tests/**/*.ts",
"tests/**/*.tsx",
"typings/**/*.d.ts"
],
"exclude": ["node_modules"]
}
1
https://gitee.com/fyl080801/json-to-render.git
git@gitee.com:fyl080801/json-to-render.git
fyl080801
json-to-render
json-to-render
master

搜索帮助