We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd5e9c commit 231e9d6Copy full SHA for 231e9d6
tests/scripts/tsconfig.json
@@ -2,8 +2,7 @@
2
"extends": "../tsconfig.json",
3
"compilerOptions": {
4
"module": "nodenext",
5
- "moduleResolution": "nodenext",
6
- "allowImportingTsExtensions": true
+ "moduleResolution": "nodenext"
7
},
8
"include": ["./*.ts"],
9
"exclude": ["**/node_modules", "**/.*/"]
tests/tsconfig.json
@@ -3,7 +3,8 @@
"noEmit": true,
"composite": true,
- "allowJs": true
+ "allowJs": true,
+ "allowImportingTsExtensions": true
"include": [
10
"e2e/**/*.ts",
0 commit comments