{ "extends": "@tabshift/typescript-config/base.json", "exclude": ["tests", "**/*.spec.ts", "node_modules"], "compilerOptions": { "outDir": "dist", "paths": { "@/*": ["./src/*"] } } }