Skip to content

Commit c26fa1e

Browse files
committed
Enabling declaration maps for RSC.
1 parent a6b7f43 commit c26fa1e

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

stack/rush-stack-compiler-2.4/includes/tsconfig-base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"jsx": "react",
1010
"declaration": true,
1111
"sourceMap": true,
12+
"declarationMap": true,
1213
"inlineSources": true,
1314
"experimentalDecorators": true,
1415
"strictNullChecks": true,

stack/rush-stack-compiler-2.7/includes/tsconfig-base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"jsx": "react",
1010
"declaration": true,
1111
"sourceMap": true,
12+
"declarationMap": true,
1213
"inlineSources": true,
1314
"experimentalDecorators": true,
1415
"strictNullChecks": true,

stack/rush-stack-compiler-2.9/includes/tsconfig-base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"jsx": "react",
1010
"declaration": true,
1111
"sourceMap": true,
12+
"declarationMap": true,
1213
"inlineSources": true,
1314
"experimentalDecorators": true,
1415
"strictNullChecks": true,

stack/rush-stack-compiler-3.0/includes/tsconfig-base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"jsx": "react",
1010
"declaration": true,
1111
"sourceMap": true,
12+
"declarationMap": true,
1213
"inlineSources": true,
1314
"experimentalDecorators": true,
1415
"strictNullChecks": true,

stack/rush-stack-compiler-3.1/includes/tsconfig-base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"jsx": "react",
1010
"declaration": true,
1111
"sourceMap": true,
12+
"declarationMap": true,
1213
"inlineSources": true,
1314
"experimentalDecorators": true,
1415
"strictNullChecks": true,

stack/rush-stack-compiler-3.2/includes/tsconfig-base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"jsx": "react",
1010
"declaration": true,
1111
"sourceMap": true,
12+
"declarationMap": true,
1213
"inlineSources": true,
1314
"experimentalDecorators": true,
1415
"strictNullChecks": true,

stack/rush-stack-compiler-3.3/includes/tsconfig-base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"jsx": "react",
1010
"declaration": true,
1111
"sourceMap": true,
12+
"declarationMap": true,
1213
"inlineSources": true,
1314
"experimentalDecorators": true,
1415
"strictNullChecks": true,

0 commit comments

Comments
 (0)