1 Star 0 Fork 0

wshmaple/mathquill

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 611 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mike Haverstock 提交于 2021-12-04 08:39 . add make lint to run typechecking
{
"compilerOptions": {
"noImplicitThis": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"strictNullChecks": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strictPropertyInitialization": false,
"strict": true,
"target": "ES5",
"lib": ["ES5", "ScriptHost", "DOM", "ES2015.Collection"],
"rootDir": "src",
"baseUrl": ".",
"paths": {
"tslib": ["node_modules/tslib/tslib"],
},
"importHelpers": true,
"noEmit": true,
"pretty": true
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wshmaple/mathquill.git
git@gitee.com:wshmaple/mathquill.git
wshmaple
mathquill
mathquill
master

搜索帮助