antd-tiny-vue/tsconfig.json

7 lines
102 B
JSON
Raw Normal View History

2023-02-14 21:10:35 +08:00
{
2023-05-03 19:43:56 +08:00
"extends": "@mistjs/tsconfig-vue",
"compilerOptions": {
"moduleResolution": "bundler"
}
2023-02-14 21:10:35 +08:00
}