Fix rootDir used in test tsconfig (#1770)

This commit is contained in:
Charis Kyriakou
2022-11-16 09:01:55 +00:00
committed by GitHub
parent ede534cf5f
commit 435fc0a327

View File

@@ -5,6 +5,6 @@
"compilerOptions": {
"noEmit": true,
"resolveJsonModule": true,
"rootDirs": [".", "../src"]
"rootDir": ".."
}
}