2 Star 0 Fork 0

zdl666zzz/simple_ioc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 686 Bytes
一键复制 编辑 原始数据 按行查看 历史
zdl666zzz 提交于 2022-07-18 21:34 . 初始化
{
"compilerOptions": {
"baseUrl": ".",
"noImplicitThis": true,
"strict": true,
"noImplicitAny": true,
"importHelpers": true,
"strictFunctionTypes": false,
"strictPropertyInitialization": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"allowJs": false,
"module": "commonjs",
"target": "ES6",
"outDir": "./dist",
"declaration": true,
"lib": ["esnext", "dom", "dom.iterable", "ScriptHost"],
"paths": {
"@/*":["./src/*"]
}
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/zdl666zzz/simple_ioc.git
git@gitee.com:zdl666zzz/simple_ioc.git
zdl666zzz
simple_ioc
simple_ioc
master

搜索帮助