1 Star 0 Fork 0

K./create-ajv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 635 Bytes
一键复制 编辑 原始数据 按行查看 历史
K. 提交于 2022-11-12 13:40 . 调整以下包命名
{
"compilerOptions": {
"target": "ES2015",
"module": "CommonJS",
"moduleResolution": "node",
"strict": true,
"strictNullChecks": true,
"declaration": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"importHelpers": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"pretty": true,
"outDir": "dist",
"baseUrl": "./",
"types": [
"node",
"mocha",
"chai"
]
},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules",
"src/**/*.spec.ts"
],
"ts-node": {
"swc": true
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/janpoem/create-ajv.git
[email protected]:janpoem/create-ajv.git
janpoem
create-ajv
create-ajv
master

搜索帮助