Skip to content

Commit

Permalink
chore: define workspace specific compilerOptions (#2812)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Sep 22, 2021
1 parent a7f843a commit 1cfbe28
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
7 changes: 0 additions & 7 deletions lib/lib-dynamodb/tsconfig.es.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
{
"compilerOptions": {
"lib": ["es5", "es2015.collection", "dom"],
"strict": true,
"sourceMap": false,
"declaration": true,
"declarationDir": "./dist/types",
"rootDir": "./src",
"outDir": "./dist/es",
"importHelpers": true,
"noEmitHelpers": true,
"inlineSourceMap": true,
"inlineSources": true,
"baseUrl": "."
},
"extends": "../../tsconfig.es.json",
Expand Down
8 changes: 0 additions & 8 deletions lib/lib-storage/tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
{
"compilerOptions": {
"lib": ["es5", "es2015.collection", "dom"],
"strict": true,
"sourceMap": false,
"declaration": true,
"stripInternal": true,
"declarationDir": "./dist/types",
"rootDir": "./src",
"outDir": "./dist/cjs",
"importHelpers": true,
"noEmitHelpers": true,
"inlineSourceMap": true,
"inlineSources": true,
"baseUrl": "."
},
"extends": "../../tsconfig.cjs.json",
Expand Down
8 changes: 0 additions & 8 deletions lib/lib-storage/tsconfig.es.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
{
"compilerOptions": {
"lib": ["es5", "es2015.collection", "dom"],
"strict": true,
"sourceMap": false,
"declaration": true,
"stripInternal": true,
"declarationDir": "./dist/types",
"rootDir": "./src",
"outDir": "./dist/es",
"importHelpers": true,
"noEmitHelpers": true,
"inlineSourceMap": true,
"inlineSources": true,
"baseUrl": "."
},
"extends": "../../tsconfig.es.json",
Expand Down

0 comments on commit 1cfbe28

Please sign in to comment.