mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 04:58:16 +08:00
f84065dcd3
fix: types error
14 lines
339 B
JSON
14 lines
339 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"moduleResolution": "node",
|
|
"jsx": "preserve",
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["./types"],
|
|
"exclude": ["node_modules", "build", "scripts", "components", "webpack", "jest"]
|
|
}
|