Skip to content

Instantly share code, notes, and snippets.

@lostintangent
Created May 5, 2026 19:44
Show Gist options
  • Select an option

  • Save lostintangent/3d71ee3a57b32a2e7a107960784fcd40 to your computer and use it in GitHub Desktop.

Select an option

Save lostintangent/3d71ee3a57b32a2e7a107960784fcd40 to your computer and use it in GitHub Desktop.
Oh hi
{
"compilerOptions": {
"target": "ES2022",
"module": "Preserve",
"moduleResolution": "Bundler",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"jsx": "react-jsx",
"allowJs": false,
"strict": true,
"noEmit": true,
"skipLibCheck": true,
"paths": {
"documint": ["./src/index.ts"],
"@/*": ["./src/*"],
"@test/*": ["./test/*"]
},
"typeRoots": ["./node_modules/@types", "./types"],
"types": ["bun", "css"]
},
"include": ["playground", "src", "scripts", "test"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment