mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
12 lines
250 B
JSON
12 lines
250 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true
|
|
, "module": "commonjs"
|
|
, "noImplicitAny": true
|
|
, "noUnusedParameters": true
|
|
, "removeComments": true
|
|
, "resolveJsonModule": true
|
|
, "target": "es6"
|
|
}
|
|
}
|