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

Commit

Permalink
Add allowImportingTsExtensions to tsconfig (#12939)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Aug 30, 2024
1 parent d16ab09 commit 2a450c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playwright/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"moduleResolution": "node",
"module": "es2022"
"module": "es2022",
"allowImportingTsExtensions": true
},
"include": [
"**/*.ts",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"allowImportingTsExtensions": true,
"experimentalDecorators": false,
"emitDecoratorMetadata": false,
"resolveJsonModule": true,
Expand Down

0 comments on commit 2a450c0

Please sign in to comment.