1 Star 0 Fork 8

djkko_club/vertx-ui

forked from lang.yu/vertx-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.96 KB
一键复制 编辑 原始数据 按行查看 历史
lang.yu 提交于 2022-03-30 21:11 . 容器更新
{
"compilerOptions": {
"jsx": "react",
"locale": "zh-CN",
"newLine": "lf",
"resolveJsonModule": true,
"outDir": "build",
"experimentalDecorators": true,
"noImplicitAny": false,
"module": "commonjs",
"target": "ESNext",
"sourceMap": true,
"alwaysStrict": false,
"allowJs": true,
"noImplicitUseStrict": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"baseUrl": ".",
"removeComments": true,
"traceResolution": true,
"incremental": true,
"paths": {
"environment": [
"src/environment/"
],
"entity": [
"src/entity/"
],
"lang": [
"src/cab/"
],
"web": [
"src/economy/"
],
"ux": [
"src/ux/"
],
"app": [
"src/app/"
],
"ex": [
"src/extension/library/"
],
"ei": [
"src/extension/ecosystem/"
],
"oi": [
"src/extension/eclat/"
],
"mock": [
"src/mock/"
],
"plugin": [
"src/plugin/"
]
}
},
"exclude": [
"node_modules/**/*.js",
"node_modules/**/*.ts",
"src/**/*.js",
"config/**/*.js"
],
"include": [
"src/economy/**/*.ts",
"src/economy/**/*.tsx",
"src/extension/**/*.ts",
"src/extension/**/*.tsx",
"src/editor/**/*.ts",
"src/editor/**/*.tsx",
"src/entity/**/*.ts",
"src/entity/**/*.tsx",
"src/c*/**/*.ts",
"src/app/**/*.ts"
],
"awesomeTypescriptLoaderOptions": {
"forkChecker": true,
"resolveGlobs": true,
"useCache": false
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/djkko/vertx-ui.git
[email protected]:djkko/vertx-ui.git
djkko
vertx-ui
vertx-ui
master

搜索帮助