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 12 lines 257 B view raw
1{ 2 "extends": "@cv/tsconfig/tsconfig.library.json", 3 "compilerOptions": { 4 "outDir": "./dist", 5 "rootDir": "./src", 6 "baseUrl": ".", 7 "composite": true, 8 "declaration": true, 9 "emitDeclarationOnly": true 10 }, 11 "include": ["src/**/*"] 12}