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