15 Star 86 Fork 18

feng3d / feng3d

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 515 Bytes
一键复制 编辑 原始数据 按行查看 历史
feng 提交于 2023-01-30 22:26 . 不再生成 dts 文件
{
"compilerOptions": {
"target": "ES5",
"module": "CommonJS",
"noImplicitAny": false,
"sourceMap": true,
"declarationMap": true,
"declaration": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDeclarationOnly": true,
"resolveJsonModule": true,
"lib": [
"ES2016",
"ES2015",
"DOM",
],
"outDir": "lib"
},
"include": [
"src/**/*.ts"
]
}
TypeScript
1
https://gitee.com/feng3d/feng3d.git
git@gitee.com:feng3d/feng3d.git
feng3d
feng3d
feng3d
master

搜索帮助