1 Star 1 Fork 1

Ttou / taro-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 766 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ttou 提交于 2023-07-27 11:00 . chore(custom): 更新配置
{
"compileOnSave": false,
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"removeComments": false,
"preserveConstEnums": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"outDir": "lib",
"noUnusedLocals": true,
"noUnusedParameters": true,
"strictNullChecks": true,
"sourceMap": true,
"baseUrl": ".",
"rootDir": ".",
"jsx": "preserve",
"allowJs": true,
"resolveJsonModule": true,
"paths": {
"@/*": ["./src/*"]
},
"typeRoots": [
"node_modules/@types"
]
},
"include": ["src", "types"],
"exclude": ["node_modules"],
"vueCompilerOptions": {
"target": 3.3
}
}
TypeScript
1
https://gitee.com/jh_shot/taro-template.git
git@gitee.com:jh_shot/taro-template.git
jh_shot
taro-template
taro-template
master

搜索帮助