mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 10:09:59 +00:00
Fix typings build errors
This commit is contained in:
@@ -4,4 +4,7 @@
|
|||||||
"./src/**/*"
|
"./src/**/*"
|
||||||
, "./@types/**/*"
|
, "./@types/**/*"
|
||||||
]
|
]
|
||||||
|
, "compilerOptions": {
|
||||||
|
"lib": [ "ES2020.String", "DOM" ]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"extends": "../tsconfig"
|
"extends": "../tsconfig"
|
||||||
, "compilerOptions": {
|
, "compilerOptions": {
|
||||||
"jsx": "react"
|
"jsx": "react"
|
||||||
, "lib": [ "esnext", "dom", "dom.iterable" ]
|
, "lib": [ "ESNext", "DOM", "DOM.Iterable" ]
|
||||||
, "moduleResolution": "node"
|
, "moduleResolution": "node"
|
||||||
, "sourceMap": true
|
, "sourceMap": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user