Fix rootDir used in test tsconfig (#1770)
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"resolveJsonModule": true,
|
||||
"rootDirs": [".", "../src"]
|
||||
"rootDir": ".."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user