24 Star 300 Fork 66

fast-crud / fast-crud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
Greper 提交于 2023-03-21 23:38 . refactor: type
{
"compilerOptions": {
"noImplicitAny": false,
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"outDir": "./dist/ts",
"types": [
"mocha",
"chai"
],
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
},
"include": [
"packages/fast-crud/src/d/*.ts",
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
],
"exclude": [
"node_modules"
],
"typedocOptions": {
"entryPoints": ["./packages/fast-crud/src/d.ts/index.ts"],
"out": "./docs/zh/api/d.ts",
"includeDeclarations": true,
"excludeExternals": true,
"excludePrivate": true,
"excludeProtected": true,
"toc": true,
"hideGenerator": true,
"theme": "markdown",
"readme": "./INTRO.md"
}
}
1
https://gitee.com/fast-crud/fast-crud.git
git@gitee.com:fast-crud/fast-crud.git
fast-crud
fast-crud
fast-crud
main

搜索帮助