Files
fx_cast/app/tsconfig.json
2019-02-25 01:00:33 +00:00

15 lines
278 B
JSON

{
"compilerOptions": {
"allowJs": true
, "target": "es5"
, "noImplicitAny": true
, "esModuleInterop": true
, "resolveJsonModule": true
, "removeComments": true
}
, "include": [
"./src/**/*"
, "./@types/**/*"
]
}