We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148e244 commit e8891e5Copy full SHA for e8891e5
1 file changed
e2e/tsconfig.json
@@ -3,7 +3,8 @@
3
"compilerOptions": {
4
"composite": false,
5
"outDir": "./dist",
6
- "rootDir": "./src"
+ "rootDir": "./src",
7
+ "rewriteRelativeImportExtensions": true
8
},
9
"include": ["src/**/*"]
10
}
0 commit comments