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