this repo has no description
3
fork

Configure Feed

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

at v1.2.5 13 lines 316 B view raw
1{ 2 "compilerOptions": { 3 "target": "es2016", 4 "module": "es6", 5 "esModuleInterop": true, 6 "forceConsistentCasingInFileNames": true, 7 "strict": true, 8 "moduleResolution": "bundler", 9 "jsx": "react", 10 "declaration": true 11 }, 12 "include": ["./src/**/*", "src/index.ts", "./src/import.d.ts"] 13}