1 Star 0 Fork 59

yinsitan/GridManager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 920 Bytes
一键复制 编辑 原始数据 按行查看 历史
写个程序换个饼 提交于 2021-11-12 15:34 . typescript edit config
{
// API: https://www.tslang.cn/docs/handbook/compiler-options.html
"compilerOptions": {
"experimentalDecorators": true, // 启用实验性的ES装饰器。
"suppressImplicitAnyIndexErrors": true, // 阻止 --noImplicitAny对缺少索引签名的索引对象报错
"noImplicitAny": true, // 在表达式和声明上有隐含的 any类型时报错。
"noEmitOnError": true, // 发生错误时不输出文件
"outDir": "./dist/", // 重定向输出目录。
"target": "ES2017", // 指定 ECMAScript 的目标版本:
"module": "ES2015", // 指定模块代码的生成方式
"allowJs": true, // 允许编译javascript文件。
"moduleResolution": "node", // 决定如何处理模块。
"sourceMap": true, // 生成相应的 .map文件。
"baseUrl": "./",
"paths": {
"@*": ["./src/*", "./typings/*"]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yinsitan/GridManager.git
[email protected]:yinsitan/GridManager.git
yinsitan
GridManager
GridManager
master

搜索帮助