fix: make sure paths aren't aliased when building definitions

closes #265
This commit is contained in:
Satyajit Sahoo
2020-01-13 18:31:41 +01:00
parent 536225c2c3
commit 65a5dac2bf
23 changed files with 95 additions and 33 deletions

View File

@@ -0,0 +1,6 @@
{
"extends": "./tsconfig",
"compilerOptions": {
"paths": {}
}
}