mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
15 lines
278 B
JSON
15 lines
278 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true
|
|
, "target": "es5"
|
|
, "noImplicitAny": true
|
|
, "esModuleInterop": true
|
|
, "resolveJsonModule": true
|
|
, "removeComments": true
|
|
}
|
|
, "include": [
|
|
"./src/**/*"
|
|
, "./@types/**/*"
|
|
]
|
|
}
|