mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
16 lines
358 B
JSON
16 lines
358 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true
|
|
, "esModuleInterop": true
|
|
, "jsx": "react"
|
|
, "lib": [ "esnext", "dom" ]
|
|
, "module": "commonjs"
|
|
, "moduleResolution": "node"
|
|
, "noImplicitAny": true
|
|
, "removeComments": true
|
|
, "resolveJsonModule": true
|
|
, "sourceMap": true
|
|
, "target": "es6"
|
|
}
|
|
}
|