Skip to content

Commit 7872435

Browse files
authored
Fix json
Remove trailing comma
1 parent 4863318 commit 7872435

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/search-rg/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"extends": "../shared.tsconfig.json",
33
"compilerOptions": {
44
"outDir": "./out",
5-
"experimentalDecorators": true,
5+
"experimentalDecorators": true
66
},
77
"include": [
88
"src/**/*"
99
]
10-
}
10+
}

0 commit comments

Comments
 (0)