mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-11 08:43:31 +00:00
Fix(UI): Type error in vite config for ui core components (#23718)
* Update the tsconfig.json for core component * Fix json type check * update the module resolution to nodenext
This commit is contained in:
parent
adada34284
commit
b6d4cb72a1
@ -2,12 +2,12 @@
|
||||
"compilerOptions": {
|
||||
"target": "ES5",
|
||||
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
||||
"module": "esnext",
|
||||
"module": "nodenext",
|
||||
"skipLibCheck": true,
|
||||
"allowJs": false,
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"moduleResolution": "node",
|
||||
"moduleResolution": "nodenext",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"noEmit": false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user