45 Star 319 Fork 151

金合科技 / 金合可视化平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 879 Bytes
一键复制 编辑 原始数据 按行查看 历史
树人 提交于 2024-01-31 10:26 . init: 初始化仓库
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"jsx": "preserve",
"skipLibCheck": true,
"moduleResolution": "node",
// "strict": true,
"noImplicitAny": false,
"strictNullChecks": false,
"strictFunctionTypes": true,
"strictBindCallApply": true,
"strictPropertyInitialization": false,
"noImplicitThis": true,
"alwaysStrict": true,
"importHelpers": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"sourceMap": true,
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx",
],
"exclude": [
"node_modules",
"src/assets/live2d"
]
}
JavaScript
1
https://gitee.com/ikingtech/iking-datav.git
git@gitee.com:ikingtech/iking-datav.git
ikingtech
iking-datav
金合可视化平台
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891