1 Star 0 Fork 355

1ww11 / tts-vue

forked from Loker / tts-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
涛之雨 提交于 2023-03-15 22:10 . fix: error desktop path
{
"compilerOptions": {
"ignoreDeprecations": "5.0",
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"importHelpers": true,
"jsx": "preserve",
"esModuleInterop": true,
"resolveJsonModule": true,
"sourceMap": true,
"baseUrl": "./",
"strict": true,
"paths": { "@/*": ["src/*"] },
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"suppressImplicitAnyIndexErrors": true
},
"references": [{ "path": "./tsconfig.node.json" }],
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
],
"exclude": ["node_modules"]
}
TypeScript
1
https://gitee.com/1ww11/tts-vue.git
git@gitee.com:1ww11/tts-vue.git
1ww11
tts-vue
tts-vue
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891