1 Star 0 Fork 0

小豆xd/vscode smbx teascript support - VSC语言插件编写学习.以SMBX Teascript为例

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 463 Bytes
一键复制 编辑 原始数据 按行查看 历史
小豆xd 提交于 2022-07-02 18:17 . 完善匹配类的设计
{
"compilerOptions": {
"module": "CommonJS",
"target": "ES2022",
"lib": [
"ES2022"
],
"outDir": "out",
"rootDir": "src",
"sourceMap": true,
"strict": true,
"strictPropertyInitialization": false,
"strictNullChecks": false,
},
"include": [
"src"
],
"exclude": [
"node_modules",
".vscode-test"
],
"references": [
{
"path": "./client"
},
{
"path": "./server"
}
],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/xiaodouxd/smbx-teascript-intellisense.git
git@gitee.com:xiaodouxd/smbx-teascript-intellisense.git
xiaodouxd
smbx-teascript-intellisense
vscode smbx teascript support - VSC语言插件编写学习.以SMBX Teascript为例
master

搜索帮助