1 Star 0 Fork 0

kbZero/micro-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 881 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "es6",
"module": "esnext",
"lib": ["esnext", "dom"],
"declaration": true,
"outDir": "lib",
"rootDir": "src",
"importHelpers": true,
"downlevelIteration": true,
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"resolveJsonModule": true,
"strictFunctionTypes": true,
"strictPropertyInitialization": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"experimentalDecorators": true
},
"include": [
"src",
"typings"
],
"exclude": [
"node_modules",
"dev",
"src/__tests__"
],
"compileOnSave": false
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/kbzero/micro-app.git
git@gitee.com:kbzero/micro-app.git
kbzero
micro-app
micro-app
dev

搜索帮助