[MIGRATION] - Fixed some issues for project and package json

This commit is contained in:
VitoAlbano
2024-08-19 23:08:10 +01:00
parent 9c435d0821
commit 97106892be
4 changed files with 2 additions and 7 deletions

View File

@@ -11,7 +11,6 @@
"projectRoot": "lib/testing",
"outputPath": "dist/libs/testing",
"main": "lib/testing/index.ts",
"generatePackageJson": true,
"tsConfig": "lib/testing/tsconfig.prod.json",
"target": "node",
"compiler": "tsc"
@@ -21,7 +20,6 @@
"projectRoot": "lib/testing",
"outputPath": "dist/libs/testing",
"main": "lib/testing/index.ts",
"generatePackageJson": true,
"tsConfig": "lib/testing/tsconfig.prod.json"
}
},