Fix IDE errors in frontend-core
This commit is contained in:
parent
063ed62c3d
commit
633ce95dd0
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"extends": "../../tsconfig.build.json",
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "preserve",
|
||||
"moduleResolution": "bundler",
|
||||
"skipLibCheck": true,
|
||||
"paths": {
|
||||
|
|
Loading…
Reference in New Issue