Something went wrong. Try again.
because I got bored of customising my CV for every job
Something went wrong. Try again.
430 B · 17 lines
JSON
123456789101112131415161718{ "extends": "../../packages/tsconfig/tsconfig.node.json", "compilerOptions": { "composite": true, "skipLibCheck": true, "module": "ESNext", "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, "exactOptionalPropertyTypes": false, "outDir": "./dist" }, "include": [ "vite.config.ts", "src/config/env-interpolation-remark-plugin.ts", "src/config/env.config.ts" ]}