1 Star 1 Fork 0

htym007/PT-Plugin-Plus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 687 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rhilip 提交于 2022-12-19 21:01 . fix: support Flood 4.x (aka jesec/flood )
{
"compilerOptions": {
"target": "es2018",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
// "rootDir": "./src/options",
"types": [
"webpack-env",
"chrome",
"jquery"
],
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
},
"include": [
"src/**/*.ts",
"src/**/*.vue"
],
"exclude": [
"node_modules"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/htym007/PT-Plugin-Plus.git
git@gitee.com:htym007/PT-Plugin-Plus.git
htym007
PT-Plugin-Plus
PT-Plugin-Plus
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385