Files
fx_cast/ext/tsconfig.json
2020-01-12 12:08:29 +00:00

10 lines
199 B
JSON

{
"extends": "../tsconfig"
, "compilerOptions": {
"jsx": "react"
, "lib": [ "esnext", "dom", "dom.iterable" ]
, "moduleResolution": "node"
, "sourceMap": true
}
}