Skip to content

Commit

Permalink
adding ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
mayaraman19 committed Feb 1, 2024
1 parent a751685 commit efdf5ab
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 @@ -8,7 +8,7 @@
"esModuleInterop": true,
"baseUrl": "./types",
"sourceMap": true,
"experimentalDecorators": true,
"experimentalDecorators": true
},
"include": ["src/**/*.ts"],
"exclude": ["modules", "node_modules", "tests/**/*.ts", "api/**/*.ts", "cdk-infra"]
Expand Down

0 comments on commit efdf5ab

Please sign in to comment.