2 Star 1 Fork 0

makeit.vip / miitvip-anchor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.dts.json 871 Bytes
一键复制 编辑 原始数据 按行查看 历史
makeit.vip 提交于 2021-01-26 15:11 . vite 及 ts 配置
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"skipLibCheck": true,
"strictNullChecks": false,
"esModuleInterop": true,
"isolatedModules": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitAny": false,
"noImplicitThis": false,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"declarationDir": "lib",
"allowJs": true,
"baseUrl": "./",
"paths": {
"makeit-anchor": ["src/index.ts"],
"makeit-anchor/style": ["src/style.ts"]
},
"lib": [
"esnext",
"dom",
"es2017",
"dom.iterable",
"scripthost"
]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx"
],
"exclude": [
"node_modules",
"dist",
"lib",
"es",
"example"
]
}
TypeScript
1
https://gitee.com/wildidea/miitvip-anchor.git
git@gitee.com:wildidea/miitvip-anchor.git
wildidea
miitvip-anchor
miitvip-anchor
main

搜索帮助