加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 974 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chenyt26 提交于 2022-03-28 16:56 . add unit test
{
"compilerOptions": {
"target": "es6", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"module": "commonjs", /* Specify what module code is generated. */
"rootDir": "./src", /* Specify the root folder within your source files. */
"outDir": "./lib", /* Specify an output folder for all emitted files. */
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables */
"strict": true, /* Enable all strict type-checking options. */
"noImplicitAny": true /* Enable error reporting for expressions and declarations with an implied `any` type.. */
},
"exclude": ["node_modules", "**/*.test.ts", "jest*"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化