mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Convert app to typescript
This commit is contained in:
14
app/tsconfig.json
Normal file
14
app/tsconfig.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": true
|
||||
, "target": "es5"
|
||||
, "noImplicitAny": true
|
||||
, "esModuleInterop": true
|
||||
, "resolveJsonModule": true
|
||||
, "removeComments": true
|
||||
}
|
||||
, "include": [
|
||||
"./src/**/*"
|
||||
, "./@types/**/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user