Skip to content

Commit 0f209a6

Browse files
committed
ref(angular): fix trailing comma in tsconfig.ts
1 parent 2791d4c commit 0f209a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
"compilerOptions": {
77
// package-specific options
8-
"experimentalDecorators": true,
8+
"experimentalDecorators": true
99
}
1010
}

0 commit comments

Comments
 (0)