1 Star 0 Fork 0

打望两江/web-clipper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 974 Bytes
一键复制 编辑 原始数据 按行查看 历史
DiamondYuan 提交于 2019-12-17 23:06 . :recycle:Refactoring powerpack
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"target": "es2018",
"module": "esnext",
"declaration": false,
"noImplicitAny": true,
"strictNullChecks": true,
"rootDir": ".",
"outDir": "lib",
"strict": true,
"removeComments": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"sourceMap": true,
"lib": ["es2015", "dom"],
"inlineSources": true,
"esModuleInterop": true,
"jsx": "react",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"common/*": ["src/common/*"],
"components/*": ["src/components/*"],
"pageActions/*": ["src/actions/*"],
"extensions/*": ["src/extensions/*"],
"browserActions/*": ["src/browser/actions/*"]
}
},
"include": ["src/**/*"],
"exclude": ["./node_modules/*", "lib", "es"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/geekpi/web-clipper.git
git@gitee.com:geekpi/web-clipper.git
geekpi
web-clipper
web-clipper
master

搜索帮助