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

Commit a0646d8

Browse files
committed
Add allowImportingTsExtensions to tsconfig
1 parent d16ab09 commit a0646d8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

playwright/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"resolveJsonModule": true,
77
"esModuleInterop": true,
88
"moduleResolution": "node",
9-
"module": "es2022"
9+
"module": "es2022",
10+
"allowImportingTsExtensions": true
1011
},
1112
"include": [
1213
"**/*.ts",

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"allowImportingTsExtensions": true,
34
"experimentalDecorators": false,
45
"emitDecoratorMetadata": false,
56
"resolveJsonModule": true,

0 commit comments

Comments
 (0)