@otter-hacker/tsconfig

2.2.0 • Public • Published

Usage

pnpm add @otter-hacker/tsconfig

tsconfig.json

{
  "extends": "@otter-hacker/tsconfig/base.json",
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "~/*": ["src/*"]
    },
    "plugins": [
      {
        "name": "next"
      }
    ],
    "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
  },
  "include": [
    ".eslintrc.cjs",
    "next-env.d.ts",
    "**/*.ts",
    "**/*.tsx",
    "**/*.cjs",
    "**/*.mjs",
    ".next/types/**/*.ts"
  ],
  "exclude": ["node_modules"]
}

Readme

Keywords

none

Package Sidebar

Install

npm i @otter-hacker/tsconfig

Weekly Downloads

2

Version

2.2.0

License

ISC

Unpacked Size

1.54 kB

Total Files

3

Last publish

Collaborators

  • manlou