mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Share tsconfig settings
This commit is contained in:
@@ -1,15 +1,9 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": true
|
||||
, "esModuleInterop": true
|
||||
, "jsx": "react"
|
||||
"extends": "../common/tsconfig"
|
||||
, "compilerOptions": {
|
||||
"jsx": "react"
|
||||
, "lib": [ "esnext", "dom" ]
|
||||
, "module": "commonjs"
|
||||
, "moduleResolution": "node"
|
||||
, "noImplicitAny": true
|
||||
, "removeComments": true
|
||||
, "resolveJsonModule": true
|
||||
, "sourceMap": true
|
||||
, "target": "es6"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user