"workspace": "Your Project workspace",
// your projects which you can select for building process using --project=name flag
"entry": "src/app/server.ts", // entry point of the project
"dist": "dist/main",// where to export the file
"configurationDir": "configuration", // Where to resolve the configuration from
"excludes": [], // path to exclude from building
"includes": [] // path to include in building
"entry": "src/app/auth.ts",
"configurationDir": "configuration",