1 Star 0 Fork 0

mono/mini-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 378 Bytes
一键复制 编辑 原始数据 按行查看 历史
崔效瑞 提交于 2021-03-10 18:10 +08:00 . types: add types for debug
{
"compilerOptions": {
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"target": "es5",
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": false,
"sourceMap": true,
"downlevelIteration": true,
"lib": ["es6", "DOM"]
},
"include": ["src/index.ts", "src/global.d.ts"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mono2048/mini-vue.git
git@gitee.com:mono2048/mini-vue.git
mono2048
mini-vue
mini-vue
master

搜索帮助