Skip to content

Commit 45391ef

Browse files
authored
fix: adjust template to support decorators (#18)
1 parent 2d5c61e commit 45391ef

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

examples/production/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"noImplicitReturns": true,
99
"noFallthroughCasesInSwitch": true,
1010
"esModuleInterop": true,
11-
"experimentalDecorators": true,
12-
"emitDecoratorMetadata": true,
1311
"skipLibCheck": true,
1412
"forceConsistentCasingInFileNames": true,
1513
"allowJs": false,

examples/starter/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"noImplicitReturns": true,
99
"noFallthroughCasesInSwitch": true,
1010
"esModuleInterop": true,
11-
"experimentalDecorators": true,
12-
"emitDecoratorMetadata": true,
1311
"skipLibCheck": true,
1412
"forceConsistentCasingInFileNames": true,
1513
"allowJs": false,

template_content/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"noImplicitReturns": true,
99
"noFallthroughCasesInSwitch": true,
1010
"esModuleInterop": true,
11-
"experimentalDecorators": true,
12-
"emitDecoratorMetadata": true,
1311
"skipLibCheck": true,
1412
"forceConsistentCasingInFileNames": true,
1513
"allowJs": false,

0 commit comments

Comments
 (0)