mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-09 21:06:24 +10:00
10 lines
144 B
JSON
10 lines
144 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"jsx": "preserve",
|
|
"target": "es6"
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |