Skip to content

Commit 3f7dee2

Browse files
authored
remove unused decorator options from root tsconfig (#1383)
1 parent be283cf commit 3f7dee2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tsconfig.json

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
"preserveConstEnums": true,
88
"allowJs": true,
99
"target": "esnext",
10-
"experimentalDecorators": true,
11-
"emitDecoratorMetadata": true,
1210
"importHelpers": true,
1311
"skipLibCheck": true,
1412
"esModuleInterop": true,

0 commit comments

Comments
 (0)