Files
fx_cast/ext/tsconfig.json
2019-09-25 19:32:18 +01:00

10 lines
183 B
JSON

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