Skip to content

Commit a4f9c56

Browse files
chore(repo): Disable inline sources as well
Follow up of 41a8f32
1 parent 1082e16 commit a4f9c56

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

packages/sdk-node/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"declaration": true,
77
"declarationMap": false,
88
"downlevelIteration": true,
9-
"inlineSources": true,
109
"sourceMap": false,
1110
"importHelpers": true,
1211
"noImplicitReturns": true,

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"downlevelIteration": true,
99
"forceConsistentCasingInFileNames": true,
1010
"importHelpers": true,
11-
"inlineSources": true,
1211
"lib": ["es6"],
1312
"module": "commonjs",
1413
"moduleResolution": "node",

0 commit comments

Comments
 (0)