ant-design-vue/tsconfig.json
tanjinzhou f84065dcd3 bump 2.0.0-beta.8
fix: types error
2020-09-08 13:33:55 +08:00

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"]
}