Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
fix(tsconfig): bug in json
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce D'Arcus <[email protected]>
  • Loading branch information
bdarcus committed May 10, 2023
1 parent d57d335 commit ca98141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
],
"outDir": "lib",
"experimentalDecorators": true,
"allowImportingTsExtensions": true,
"noEmit": true,
"noUnusedLocals": false,
"removeComments": true,
Expand All @@ -19,6 +18,7 @@
],
"useDefineForClassFields": false
},
"allowImportingTsExtensions": true,
"include": [
"src/**/*.ts",
"tests/*.ts"
Expand Down

0 comments on commit ca98141

Please sign in to comment.