3 Star 15 Fork 11

衷于栖/JTT808 虚拟终端(基于 electron,vue)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 693 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhoyq 提交于 2020-09-16 10:10 . :tada:初始化项目
{
"compilerOptions": {
// Target latest version of ECMAScript.
"target": "esnext",
// Search under node_modules for non-relative imports.
"moduleResolution": "node",
// Process & infer types from .js files.
"allowJs": true,
// Don't emit; allow Babel to transform files.
"noEmit": true,
// Enable strictest settings like strictNullChecks & noImplicitAny.
"strict": true,
// Disallow features that require cross-file information for emit.
"isolatedModules": true,
// Import non-ES modules as default imports.
"esModuleInterop": true,
// enable json modules import
"resolveJsonModule": true
},
"include": ["src/utilities"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhoyq/JTT808-Client.git
[email protected]:zhoyq/JTT808-Client.git
zhoyq
JTT808-Client
JTT808 虚拟终端(基于 electron,vue)
master

搜索帮助