1 Star 0 Fork 0

ErQi / Web3Pass

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 786 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nya Candy 提交于 2021-12-17 11:08 . feat: add type files
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"noImplicitAny": false,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
},
"files": ["node_modules/rss3/types/rss3.d.ts", "node_modules/rss3/types/extend.d.ts"],
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"],
"exclude": ["node_modules"]
}
JavaScript
1
https://gitee.com/SGchanhui/Web3Pass.git
git@gitee.com:SGchanhui/Web3Pass.git
SGchanhui
Web3Pass
Web3Pass
develop

搜索帮助