Added external library to the project

This commit is contained in:
Lorenz Hilpert
2023-02-03 16:20:45 +01:00
parent 06fe8b3742
commit 3cdb3d6294
21 changed files with 246 additions and 0 deletions

View File

@@ -159,6 +159,12 @@
"core": [
"dist/core"
],
"external": [
"dist/external"
],
"@external/*": [
"apps/external/*/src/public-api.ts"
],
"native-container": [
"apps/native-container/src/public-api.ts"
],