mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
14 lines
251 B
JSON
14 lines
251 B
JSON
{
|
|
"extends": "../tsconfig"
|
|
, "include": [
|
|
"./src/**/*"
|
|
, "./@types/**/*"
|
|
]
|
|
, "compilerOptions": {
|
|
"jsx": "react"
|
|
, "lib": [ "esnext", "dom" ]
|
|
, "moduleResolution": "node"
|
|
, "sourceMap": true
|
|
}
|
|
}
|