mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
c9bac13bc8
* add devDependencies * rerun ci * rerun ci * update * update * fix * chore: update * fix * fix --------- Co-authored-by: MadCcc <1075746765@qq.com>
12 lines
178 B
JSON
12 lines
178 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"ts-node": {
|
|
"swc": true
|
|
},
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"types": ["node"],
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|