prevent relative path imports

This commit is contained in:
tiagosiebler
2021-12-31 00:44:49 +00:00
parent bf713d1f22
commit b536c8c126
2 changed files with 1 additions and 2 deletions

View File

@@ -14,7 +14,6 @@
"sourceMap": true,
"esModuleInterop": true,
"lib": ["es2017","dom"],
"baseUrl": ".",
"outDir": "lib"
},
"include": ["src/**/*"],