1 Star 0 Fork 0

浏览器 / moveable

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 378 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZHAO Jinxiang 提交于 2020-08-14 09:49 . fix: update to Angular 10 (#303)
{
"compilerOptions": {
"outDir": "./outjs/",
"esModuleInterop": false,
"sourceMap": true,
"module": "es2015",
"target": "es5",
"experimentalDecorators": true,
"skipLibCheck": false,
"strict": true,
"moduleResolution": "node",
"jsx": "react",
"lib": [
"es2015",
"dom"
],
},
"include": [
"./src/**/*.ts"
]
}
1
https://gitee.com/browsers/moveable.git
git@gitee.com:browsers/moveable.git
browsers
moveable
moveable
master

搜索帮助