{ "extends": "./tsconfig.json", "compilerOptions": { "rootDir": ".", "baseUrl": ".", "paths": { "api/*": ["src/*"], "shared/*": ["../shared/src/*"], "common/*": ["../../common/src/*"], "email/*": ["./emails/*"] } }, "include": ["tests/**/*.ts", "emails/**/*.ts", "emails/**/*.tsx"] }