1 Star 0 Fork 243

王红豫1 / CopyTranslator

forked from Elliott / CopyTranslator 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 745 Bytes
一键复制 编辑 原始数据 按行查看 历史
Elliott Zheng 提交于 2020-03-02 11:22 . simple merge
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"sourceMap": true,
"baseUrl": ".",
"types": [
"webpack-env",
"jest",
"vuetify"
],
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
],
"exclude": [
"node_modules"
]
}
TypeScript
1
https://gitee.com/wang_hongyu_1_admin/CopyTranslator.git
git@gitee.com:wang_hongyu_1_admin/CopyTranslator.git
wang_hongyu_1_admin
CopyTranslator
CopyTranslator
master

搜索帮助