7 Star 100 Fork 24

givebest / chatgpt-google-summary-extension

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 491 Bytes
一键复制 编辑 原始数据 按行查看 历史
givebest 提交于 2023-03-23 15:56 . feat:Add default blacklist
{
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"],
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"module": "esnext",
"target": "es2018",
"allowJs": true,
"esModuleInterop": true,
"jsx": "react-jsx",
"jsxImportSource": "preact",
"noEmit": true,
"skipLibCheck": true,
"strict": true,
"moduleResolution": "node",
"noImplicitAny": false,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}
JavaScript
1
https://gitee.com/givebest/chatgpt-google-summary-extension.git
git@gitee.com:givebest/chatgpt-google-summary-extension.git
givebest
chatgpt-google-summary-extension
chatgpt-google-summary-extension
main

搜索帮助