drop support for src-relative imports

This commit is contained in:
Patrik Oldsberg
2020-05-06 16:38:07 +02:00
parent a8584e7cec
commit 70040b22a7
73 changed files with 153 additions and 249 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
{
"extends": "../../tsconfig.json",
"include": ["src"],
"compilerOptions": {
"baseUrl": "src"
}
"compilerOptions": {}
}