@locastic/tsconfig
v1.1.0
Published
1. Install the required packages:
Downloads
11
Readme
Usage
Install the required packages:
npm install --save-dev @locastic/tsconfig
Extend your ESLint config:
{ "exclude": ["node_modules"], "extends": "@locastic/tsconfig/nextjs.json", "compilerOptions": { "baseUrl": ".", ...otherRules }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ...otherIncludes], }
License
The MIT License