Feature contacts

This commit is contained in:
ojakoo
2021-01-08 22:44:07 +02:00
parent 2659e9b438
commit c1eab0452b
8 changed files with 296 additions and 225 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": false,
"resolveJsonModule": true,
"esModuleInterop": true,
"experimentalDecorators": true,
// "emitDecoratorMetadata": true,
@@ -60,4 +61,4 @@
"./src/**/*",
"./types/**/*"
],
}
}