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 f68719f commit ca994f3Copy full SHA for ca994f3
zeppelin-web-angular/e2e/tsconfig.json
@@ -1,5 +1,8 @@
1
{
2
"compilerOptions": {
3
- "baseUrl": "."
+ "baseUrl": ".",
4
+ "paths": {
5
+ "e2e/*": ["./*"]
6
+ }
7
}
8
0 commit comments