{ "extends": "@olli/ts-config/base.json", "compilerOptions": { "outDir": "dist", "paths": { "@/*": ["./src/*"] } }, "exclude": ["node_modules"], "include": ["index.js", "index.ts", "src/**/*.ts", "test/**/*.ts"] }