{ "compilerOptions": { "moduleResolution": "bundler", "module": "preserve", "paths": { "@/*": [ "./*" ], "@oa/db/*": [ "../db/src/*" ], "@oa/common/*": [ "../common/src/*" ], "@nice/oidc-provider/*": [ "../../../shared/oidc-provider/src/*" ], "@nice/tus/*": [ "../../../shared/tus/src/*" ] } }, "include": [ "src/**/*", "../../shared/*/src/**/*" ], "exclude": [ "node_modules", "dist", "**/*.test.ts", "**/*.spec.ts" ] }