Files
fx_cast/ext/tsconfig.json
2019-05-02 06:17:31 +01:00

10 lines
190 B
JSON

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