[READ-ONLY] Mirror of https://github.com/tynanpurdy/frc-labeler. A Bluesky labeling service for FRC teams
0

Configure Feed

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

frc-labeler / tsconfig.json
230 B 11 lines
1{ 2 "compilerOptions": { 3 "strict": true, 4 "target": "ESNext", 5 "module": "NodeNext", 6 "moduleResolution": "NodeNext", 7 "allowSyntheticDefaultImports": true, 8 "esModuleInterop": true, 9 "types": ["node"] 10 } 11}