加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
schedule.json 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
Amireuxxf 提交于 2021-11-29 14:48 . index
{
"exclude": [],
"include": [
"./src/schedule/**/*.ts"
],
"compileOnSave": false,
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"jsx": "preserve",
"noImplicitAny": true,
"sourceMap": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"strictNullChecks": true,
"noImplicitThis": true,
"rootDir": "./src/",
"outDir": "./dist/",
"allowJs": false,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"alwaysStrict": true,
"baseUrl": "",
"charset": "utf8",
"declaration": false,
"inlineSourceMap": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"diagnostics": false,
"emitBOM": false,
"forceConsistentCasingInFileNames": false,
"importHelpers": false,
"inlineSources": false,
"isolatedModules": false,
"lib": [
"esnext"
],
"listFiles": false,
"listEmittedFiles": false,
"locale": "zh_CN",
"newLine": "lf",
"noEmit": false,
"moduleResolution": "node",
"noEmitHelpers": false,
"noEmitOnError": false,
"noImplicitReturns": true,
"noImplicitUseStrict": false,
"maxNodeModuleJsDepth": 0,
"noLib": false,
"noFallthroughCasesInSwitch": true,
"noResolve": false,
"noUnusedLocals": true,
"noUnusedParameters": false,
"paths": {},
"preserveConstEnums": false,
"pretty": true,
"removeComments": false,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"stripInternal": false,
"suppressExcessPropertyErrors": false,
"suppressImplicitAnyIndexErrors": true,
"traceResolution": false,
"typeRoots": [],
"types": [],
"watch": false
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化