4 Star 3 Fork 2

Ax/webpack-test-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 921 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ax 提交于 2022-08-09 14:57 +08:00 . 可伸缩列
{
"compilerOptions": {
"declaration": true, // 生成声明文件
"declarationDir": "./lib", // 声明文件的输出路径
"baseUrl": ".",
"module": "esnext",
"target": "es5",
"lib": ["es6", "dom"],
"sourceMap": true,
"jsx": "react",
"moduleResolution": "node",
"rootDir": ".",
"forceConsistentCasingInFileNames": false,
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": false,
"importHelpers": true,
"strictNullChecks": true,
"allowSyntheticDefaultImports": true,
"noUnusedLocals": false,
"paths": {
"@/*": ["src/*"]
}
},
"include": ["./src/**/*", "./src/declaration/**/*"], // 类型声明文件(.d.ts)必须放在include解析的目录中
"exclude": [
"node_modules",
"build",
"dist",
"scripts",
"acceptance-tests",
"webpack",
"jest",
"src/setupTests.ts",
"*.js"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/ajaxget/webpack-test-web.git
git@gitee.com:ajaxget/webpack-test-web.git
ajaxget
webpack-test-web
webpack-test-web
master

搜索帮助