You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design/tsconfig-old-react.json

14 lines
291 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"paths": {
"antd": ["es"],
"antd/es/*": ["es/*"],
"antd/lib/*": ["lib/*"],
"antd/locale/*": ["locale/*"]
}
},
"include": ["components/*/demo/*.tsx"],
"exclude": ["components/*/demo/_semantic*"]
}