1.1.0 • Published 2 years ago

@locastic/tsconfig v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Usage

  1. Install the required packages:

    npm install --save-dev @locastic/tsconfig
  2. 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

1.1.0

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.0

3 years ago