[READ-ONLY] Mirror of https://github.com/danielroe/werewolves-assistant-web-next.
0

Configure Feed

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

352 B 17 lines
1{ 2 "extends": "./.nuxt/tsconfig.json", 3 "compilerOptions": { 4 "types": [ 5 "vitest/globals" 6 ], 7 "strictPropertyInitialization": false, 8 "esModuleInterop": true, 9 "module": "ESNext", 10 "moduleResolution": "Node", 11 "allowSyntheticDefaultImports": true, 12 "resolveJsonModule": true, 13 }, 14 "ts-node": { 15 "esm": true, 16 }, 17}