It is confusing how to integrate external third party libs to an ojet 10.1.0 typescript app, based on
Developing Applications with Oracle JET (0 Bytes)and
Add a 3rd Party JavaScript Library to a JET Application | Soham Dasgupta (0 Bytes)bcs requirejs.config in "main.js" is said to be generated by file "path_mapping.json" and shoudln't be edited...
Imports in typescript version seems working, however, after "build" and "serve" receiving error message saying that libraries/resources are inaccessible:
"Failed to load resource: the server responded with a status of 404 (Not Found)"
Is there any typescript-specific setup method for third party libraries?