Skip to content
  • This project
    • Loading...
  • Sign in

brainfood / astro-wt

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • astro-wt
  • tsconfig.json
  • Adam Heath's avatar
    Improved types, nth-child(n of selector). · ebe8b358
    ebe8b358
    Adam Heath committed 2024-06-07 15:57:51 -0500
tsconfig.json 212 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "extends": "astro/tsconfigs/base",
  "compilerOptions": {
    "alwaysStrict": true,
    "noImplicitAny": true,
    "baseUrl": ".",
    "paths": {
      "@lib/*": ["lib/*"],
      "@*": ["src/*"]
    }
  }
}