### _Why are the changes needed?_ This is a pr about init frontend framework using vue3. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3250 from tongwl/KYUUBI-3248. Closes #3250 2c0d7744 [William Tong] add licenses for files 4ab298fb [William Tong] transfer element-plus auto import to full import 4a9478c2 [William Tong] code change from as commented a1aaba03 [William Tong] Init frontend framework Authored-by: William Tong <weitong@cisco.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
10 lines
184 B
JSON
10 lines
184 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|