1 Star 0 Fork 55

爱吻 / m3k6

forked from zlq4863947 / m3k6 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.app.json 438 Bytes
一键复制 编辑 原始数据 按行查看 历史
zlq4863947 提交于 2019-11-15 23:00 . 增加tslint
{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowJs": false,
"moduleResolution": "node",
"strict": true,
"types": ["node", "jest"],
"typeRoots": ["./node_modules/@types"],
"rootDir": "./",
"outDir": "dist",
"declaration": true,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"baseUrl": "./",
"sourceMap": true
},
"include": [
"assets/script/**/*.ts"
]
}
TypeScript
1
https://gitee.com/xubingyue/m3k6.git
git@gitee.com:xubingyue/m3k6.git
xubingyue
m3k6
m3k6
master

搜索帮助