mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +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
|
|
}
|
|
}
|