1 Star 2 Fork 0

DANKEBIBI/strap-trousers

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
DANKEBIBI 提交于 2024-11-04 01:29 . ✨增加
{
"compilerOptions": {
"target": "esnext", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"module": "CommonJS", /* 生成的模板标准 */
"rootDir": ".",
// "baseUrl": ".", /* Specify the root folder within your source files. */
"declaration": true, /*生成声明文件 Generate .d.ts files from TypeScript and JavaScript files in your project. */
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
"outDir": "./dist", /* 指定输出目录 */
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
// "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
/* Type Checking */
"strict": true, /* Enable all strict type-checking options. */
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
"moduleResolution": "node",
"experimentalDecorators": true,
"lib": [
"ES2016",
"ES2020",
"ES5",
"ES2015",
"DOM"
],
"removeComments": false, // 删除注释
},
"exclude": [
"./dist",
"index.js",
"index.d.ts",
// "test.ts",
// "./src/test.ts",
],
"include": [
"./src/*",
"./test/*"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/dankebibi/strap-trousers.git
git@gitee.com:dankebibi/strap-trousers.git
dankebibi
strap-trousers
strap-trousers
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385