9 Star 106 Fork 45

Asciphx / ThinkTs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 499 Bytes
一键复制 编辑 原始数据 按行查看 历史
Asciphx 提交于 2021-02-18 16:38 . catalog
{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"declaration": false,
"noImplicitAny": false,
"noUnusedLocals": false,
"removeComments": true,
"noEmit": false,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es6",
"sourceMap": false,
"allowJs": true,
"lib": ["es7","dom"],
"outDir": "build",
"baseUrl": "/",
"rootDir": "./app"
},
"include": ["app/**/*.ts"]
}
TypeScript
1
https://gitee.com/ASCIPHX/ThinkTs.git
git@gitee.com:ASCIPHX/ThinkTs.git
ASCIPHX
ThinkTs
ThinkTs
master

搜索帮助