5 Star 21 Fork 10

Gitee 极速下载 / ACE-Editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/ajaxorg/ace
克隆/下载
tsconfig.json 604 Bytes
一键复制 编辑 原始数据 按行查看 历史
nightwing 提交于 2023-12-06 01:09 . cleanup
{
"compilerOptions": {
"strict": false,
"noImplicitAny": false,
"skipLibCheck": true,
"module": "commonjs",
"target": "es2019",
"allowJs": true,
"checkJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"outFile": "./types/index.d.ts"
},
"exclude": [
"node_modules",
"src/test",
"src/**/*_test.js",
"src/keyboard/vim.js",
"src/keyboard/emacs.js",
"src/keyboard/sublime.js",
"src/keyboard/vscode.js",
"src/mode",
"./ace-internal.d.ts",
"src/**/* *"
],
"include": [
"./src/**/*",
"./ace.d.ts"
]
}
1
https://gitee.com/mirrors/ACE-Editor.git
git@gitee.com:mirrors/ACE-Editor.git
mirrors
ACE-Editor
ACE-Editor
master

搜索帮助