Full document, spreadsheet, slideshow, and diagram tooling
0
fork

Configure Feed

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

at main 12 lines 251 B view raw
1{ 2 "extends": "./tsconfig.json", 3 "compilerOptions": { 4 "module": "ES2022", 5 "moduleResolution": "bundler", 6 "lib": ["ES2022"], 7 "types": ["node"], 8 "outDir": "./dist-server", 9 "noEmit": true 10 }, 11 "include": ["server/**/*.ts"] 12}