mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
10 lines
190 B
JSON
10 lines
190 B
JSON
{
|
|
"extends": "../common/tsconfig"
|
|
, "compilerOptions": {
|
|
"jsx": "react"
|
|
, "lib": [ "esnext", "dom" ]
|
|
, "moduleResolution": "node"
|
|
, "sourceMap": true
|
|
}
|
|
}
|