mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 11:17:46 +08:00
bb939c6a58
* refactor(build): move to internal package * ci: fix * chore: fix * fix: docs * chore: add fast-glob to root package * chore: fix PR comments * build: add tsx * refactor: re-organize * refactor: improve log
12 lines
246 B
JSON
12 lines
246 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"lib": ["ES2021"],
|
|
"types": ["node"],
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["**/*"]
|
|
}
|