mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
502dac12aa
* docs: fix code * feat: lint * feat: prettier * feat: test * feat: review * feat: format html * feat: format html
8 lines
142 B
JSON
8 lines
142 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["**/*", "../typings/index.d.ts"]
|
|
}
|