@otter-hacker/tsconfig
v2.2.0
Published
```sh pnpm add @otter-hacker/tsconfig ```
Downloads
6
Readme
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"]
}