[READ-ONLY] Mirror of https://github.com/danielroe/roe.dev. This is the code and content for my personal website, built in Nuxt. roe.dev
0

Configure Feed

Select the types of activity you want to include in your feed.

roe.dev / tsconfig.json
267 B 17 lines
1{ 2 "files": [], 3 "references": [ 4 { 5 "path": "./.nuxt/tsconfig.app.json" 6 }, 7 { 8 "path": "./.nuxt/tsconfig.server.json" 9 }, 10 { 11 "path": "./.nuxt/tsconfig.shared.json" 12 }, 13 { 14 "path": "./.nuxt/tsconfig.node.json" 15 } 16 ] 17}