3 Star 15 Fork 11

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
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"]
}
JavaScript
1
https://gitee.com/zhoyq/JTT808-Client.git
git@gitee.com:zhoyq/JTT808-Client.git
zhoyq
JTT808-Client
JTT808 虚拟终端(基于 electron,vue)
master

搜索帮助