Once again, fix exports, paths n all

This commit is contained in:
2024-05-20 01:03:37 +02:00
parent 1179c4b1da
commit 60ec0c0106
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
"dependencies": {
"email-validator": "^2.0.4",
"htmlparser2": "^9.1.0",
"log": "git+https://git.pband.ch/typescript/log",
"log": "git+https://git.pband.ch/typescript/log.git",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
-2
View File
@@ -1,7 +1,5 @@
{
"compilerOptions": {
"baseUrl": "./src",
// Enable latest features
"lib": ["ESNext","dom"],
"target": "ESNext",