mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
10 lines
199 B
JSON
10 lines
199 B
JSON
{
|
|
"extends": "../tsconfig"
|
|
, "compilerOptions": {
|
|
"jsx": "react"
|
|
, "lib": [ "ESNext", "DOM", "DOM.Iterable" ]
|
|
, "moduleResolution": "node"
|
|
, "sourceMap": true
|
|
}
|
|
}
|