1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-16 12:39:21 +00:00

Moved from Webpack to Parcel

Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-12-08 16:07:30 +01:00
parent 50d28076bf
commit e29eafd2d2
15 changed files with 2348 additions and 875 deletions

View File

@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist"
"outDir": "dist",
},
"files": [
"src/Logger.ts"