Skip to content

Commit

Permalink
Try to fix tsconfig for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Talagaev committed Sep 25, 2023
1 parent 1eff39f commit 436e1ec
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 @@ -17,7 +17,7 @@
"skipLibCheck": true,
"sourceMap": true,
"strictNullChecks": true,
"allowImportingTsExtensions": true,
"allowImportingTsExtensions": true
},
"include": ["src", "types/pug.d.ts"],
"exclude": ["node_modules", "build", "static"]
Expand Down

0 comments on commit 436e1ec

Please sign in to comment.