because I got bored of customising my CV for every job
1
fork

Configure Feed

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

at main 13 lines 283 B view raw
1{ 2 "extends": "@cv/tsconfig/tsconfig.base.json", 3 "compilerOptions": { 4 "outDir": "./dist", 5 "rootDir": ".", 6 "baseUrl": ".", 7 "composite": true, 8 "declaration": true, 9 "emitDeclarationOnly": true 10 }, 11 "include": ["./**/*"], 12 "exclude": ["dist", "node_modules", "__tests__"] 13}