From 50dfbf39ab7b324a893c3362486fe4a30b28f87a Mon Sep 17 00:00:00 2001 From: Timo Stamm Date: Wed, 16 Dec 2020 21:22:24 +0100 Subject: [PATCH] Backport #40 --- packages/grpcweb-transport/Makefile | 2 +- packages/grpcweb-transport/tsconfig.json | 2 +- packages/plugin-framework/Makefile | 2 +- packages/plugin-framework/tsconfig.json | 2 +- packages/plugin/tsconfig.json | 2 +- packages/runtime-rpc/Makefile | 2 +- packages/runtime-rpc/tsconfig.json | 2 +- packages/runtime/Makefile | 2 +- packages/runtime/tsconfig.json | 2 +- packages/twirp-transport/Makefile | 2 +- packages/twirp-transport/tsconfig.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/grpcweb-transport/Makefile b/packages/grpcweb-transport/Makefile index b466f748..358c2f06 100644 --- a/packages/grpcweb-transport/Makefile +++ b/packages/grpcweb-transport/Makefile @@ -8,7 +8,7 @@ build: @./node_modules/.bin/tsc --project tsconfig.json --module es2015 --outDir build/es2015; @echo "es6 done" @./node_modules/.bin/tsc --project tsconfig.json --module commonjs --outDir build/commonjs \ - --declaration --declarationMap --declarationDir build/types; + --declaration --declarationDir build/types; @echo "cjs done" clean: diff --git a/packages/grpcweb-transport/tsconfig.json b/packages/grpcweb-transport/tsconfig.json index b039d001..1389e998 100644 --- a/packages/grpcweb-transport/tsconfig.json +++ b/packages/grpcweb-transport/tsconfig.json @@ -5,7 +5,7 @@ "compilerOptions": { "target": "ES2015", "declaration": false, - "sourceMap": true, + "sourceMap": false, "baseUrl": "./", "strict": true, "moduleResolution": "node", diff --git a/packages/plugin-framework/Makefile b/packages/plugin-framework/Makefile index a623029e..88c1c2e2 100644 --- a/packages/plugin-framework/Makefile +++ b/packages/plugin-framework/Makefile @@ -10,7 +10,7 @@ build: @./node_modules/.bin/tsc --project tsconfig.json --module es2015 --outDir build/es2015; @echo "es6 done" @./node_modules/.bin/tsc --project tsconfig.json --module commonjs --outDir build/commonjs \ - --declaration --declarationMap --declarationDir build/types; + --declaration --declarationDir build/types; @echo "cjs done" clean: diff --git a/packages/plugin-framework/tsconfig.json b/packages/plugin-framework/tsconfig.json index b039d001..1389e998 100644 --- a/packages/plugin-framework/tsconfig.json +++ b/packages/plugin-framework/tsconfig.json @@ -5,7 +5,7 @@ "compilerOptions": { "target": "ES2015", "declaration": false, - "sourceMap": true, + "sourceMap": false, "baseUrl": "./", "strict": true, "moduleResolution": "node", diff --git a/packages/plugin/tsconfig.json b/packages/plugin/tsconfig.json index 59cc3575..5655ddae 100644 --- a/packages/plugin/tsconfig.json +++ b/packages/plugin/tsconfig.json @@ -7,7 +7,7 @@ "target": "ES2015", "moduleResolution": "node", "declaration": true, - "sourceMap": true, + "sourceMap": false, "strict": true, "resolveJsonModule": true, "forceConsistentCasingInFileNames": true, diff --git a/packages/runtime-rpc/Makefile b/packages/runtime-rpc/Makefile index b466f748..358c2f06 100644 --- a/packages/runtime-rpc/Makefile +++ b/packages/runtime-rpc/Makefile @@ -8,7 +8,7 @@ build: @./node_modules/.bin/tsc --project tsconfig.json --module es2015 --outDir build/es2015; @echo "es6 done" @./node_modules/.bin/tsc --project tsconfig.json --module commonjs --outDir build/commonjs \ - --declaration --declarationMap --declarationDir build/types; + --declaration --declarationDir build/types; @echo "cjs done" clean: diff --git a/packages/runtime-rpc/tsconfig.json b/packages/runtime-rpc/tsconfig.json index c9b888e1..3261d906 100644 --- a/packages/runtime-rpc/tsconfig.json +++ b/packages/runtime-rpc/tsconfig.json @@ -5,7 +5,7 @@ "compilerOptions": { "target": "ES2015", "declaration": false, - "sourceMap": true, + "sourceMap": false, "baseUrl": "./", "strict": true, "moduleResolution": "node", diff --git a/packages/runtime/Makefile b/packages/runtime/Makefile index f770fcef..1101a743 100644 --- a/packages/runtime/Makefile +++ b/packages/runtime/Makefile @@ -8,7 +8,7 @@ build: @./node_modules/.bin/tsc --project tsconfig.json --module es2015 --outDir build/es2015; @echo "es6 done" @./node_modules/.bin/tsc --project tsconfig.json --module commonjs --outDir build/commonjs \ - --declaration --declarationMap --declarationDir build/types; + --declaration --declarationDir build/types; @echo "cjs done" clean: diff --git a/packages/runtime/tsconfig.json b/packages/runtime/tsconfig.json index b039d001..1389e998 100644 --- a/packages/runtime/tsconfig.json +++ b/packages/runtime/tsconfig.json @@ -5,7 +5,7 @@ "compilerOptions": { "target": "ES2015", "declaration": false, - "sourceMap": true, + "sourceMap": false, "baseUrl": "./", "strict": true, "moduleResolution": "node", diff --git a/packages/twirp-transport/Makefile b/packages/twirp-transport/Makefile index a69f4f81..72d05892 100644 --- a/packages/twirp-transport/Makefile +++ b/packages/twirp-transport/Makefile @@ -8,7 +8,7 @@ build: @./node_modules/.bin/tsc --project tsconfig.json --module es2015 --outDir build/es2015; @echo "es6 done" @./node_modules/.bin/tsc --project tsconfig.json --module commonjs --outDir build/commonjs \ - --declaration --declarationMap --declarationDir build/types; + --declaration --declarationDir build/types; @echo "cjs done" clean: diff --git a/packages/twirp-transport/tsconfig.json b/packages/twirp-transport/tsconfig.json index 351234ec..732607f9 100644 --- a/packages/twirp-transport/tsconfig.json +++ b/packages/twirp-transport/tsconfig.json @@ -5,7 +5,7 @@ "compilerOptions": { "target": "ES2015", "declaration": false, - "sourceMap": true, + "sourceMap": false, "baseUrl": "./", "strict": true, "moduleResolution": "node",