mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Switch from babel to typescript for initial ext conversion
This commit is contained in:
14
ext/tsconfig.json
Normal file
14
ext/tsconfig.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": true
|
||||
, "sourceMap": true
|
||||
, "target": "es6"
|
||||
, "noImplicitAny": true
|
||||
, "esModuleInterop": true
|
||||
, "moduleResolution": "node"
|
||||
, "resolveJsonModule": true
|
||||
, "removeComments": true
|
||||
, "jsx": "react"
|
||||
, "lib": [ "esnext", "dom" ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user