mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
11 lines
215 B
JSON
11 lines
215 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true
|
|
, "module": "commonjs"
|
|
, "noImplicitAny": true
|
|
, "removeComments": true
|
|
, "resolveJsonModule": true
|
|
, "target": "es6"
|
|
}
|
|
}
|