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,13 +1,5 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": true
|
||||
, "target": "es5"
|
||||
, "noImplicitAny": true
|
||||
, "esModuleInterop": true
|
||||
, "resolveJsonModule": true
|
||||
, "removeComments": true
|
||||
, "downlevelIteration": true
|
||||
}
|
||||
"extends": "../common/tsconfig"
|
||||
, "include": [
|
||||
"./src/**/*"
|
||||
, "./@types/**/*"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": [
|
||||
"../tslintCommon.json"
|
||||
"../common/tslint.json"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user