127 Star 703 Fork 0

GVPant-design-vue / ant-design-vue

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
tsconfig.json 908 Bytes
Copy Edit Raw Blame History
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"ant-design-vue": ["components/index.ts"],
"ant-design-vue/es/*": ["components/*"],
"ant-design-vue/lib/*": ["components/*"],
"ant-design-vue/locale/*": ["components/locale/*"]
},
"lib": ["DOM", "ESNext"],
"strictNullChecks": false,
"moduleResolution": "node",
"esModuleInterop": true,
"experimentalDecorators": true,
"jsx": "preserve",
"jsxImportSource": "vue",
"noUnusedParameters": true,
"noUnusedLocals": true,
"noImplicitAny": false,
"target": "es6",
"module": "esnext",
"skipLibCheck": true,
"allowJs": true,
"importsNotUsedAsValues": "preserve",
"stripInternal": true,
"resolveJsonModule": true
},
"exclude": [
"node_modules",
"lib",
"es",
"dist",
"locale",
"scripts",
"**/__tests__/**/*",
"site/dist"
]
}
JavaScript
1
https://gitee.com/ant-design-vue/ant-design-vue.git
git@gitee.com:ant-design-vue/ant-design-vue.git
ant-design-vue
ant-design-vue
ant-design-vue
main

Search