Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraMansori committed Feb 8, 2024
1 parent 8c7ce22 commit a531a90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "esNext",
"baseUrl": ".",
"paths": {
"*": ["src/*"],
"*": ["src/*"]
},
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
Expand All @@ -25,8 +25,8 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"declaration": true,
"resolveJsonModule": true,
"resolveJsonModule": true
},
"include": ["src", "external.d.ts"],
"exclude": ["dist", "es2015", "node_modules", "**/*.spec.*"],
"exclude": ["dist", "es2015", "node_modules", "**/*.spec.*"]
}

0 comments on commit a531a90

Please sign in to comment.