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