Skip to content

Commit

Permalink
simplify tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Feb 14, 2023
1 parent 2073f38 commit 883c742
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions ee/apps/omnichannel-transcript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,8 @@
"extends": "../../../tsconfig.base.server.json",
"compilerOptions": {
"allowJs": true,
"incremental": true,

/* Strict Type-Checking Options */
"strictPropertyInitialization": false,
"strictFunctionTypes": false,

/* Additional Checks */
"noImplicitReturns": false,
"noFallthroughCasesInSwitch": false,

/* Module Resolution Options */
"outDir": "./dist",
"importsNotUsedAsValues": "preserve",
},
"files": ["./src/service.ts"],
"include": ["../../../apps/meteor/definition/externals/meteor"],
Expand Down
11 changes: 0 additions & 11 deletions ee/apps/queue-worker/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,8 @@
"extends": "../../../tsconfig.base.server.json",
"compilerOptions": {
"allowJs": true,
"incremental": true,

/* Strict Type-Checking Options */
"strictPropertyInitialization": false,
"strictFunctionTypes": false,

/* Additional Checks */
"noImplicitReturns": false,
"noFallthroughCasesInSwitch": false,

/* Module Resolution Options */
"outDir": "./dist",
"importsNotUsedAsValues": "preserve",
},
"files": ["./src/service.ts"],
"include": ["../../../apps/meteor/definition/externals/meteor"],
Expand Down

0 comments on commit 883c742

Please sign in to comment.