[READ-ONLY] Mirror of https://github.com/ewanc26/devlog. devlog.croft.click — changelog and devlog devlog.croft.click
blog sveltekit website
0

Configure Feed

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

devlog / tsconfig.json
136 B 7 lines
1{ 2 "extends": "./.svelte-kit/tsconfig.json", 3 "compilerOptions": { 4 "verbatimModuleSyntax": true, 5 "moduleResolution": "bundler" 6 } 7}