Closed StewEucen closed 5 months ago
// @ts-check
/** @typedef {import('eslint').ESLint.ConfigData} ConfigData */
/** @type {ConfigData} */
const config = {
extends: [
'@munierujp/eslint-config-typescript'
],
parserOptions: {
project: './tsconfig.json'
}
}
module.exports = config
Overview
See it
Resolve
types/index.d.ts
as follows:Reference
Tasks
types/index.d.ts
types/
tofiles
field inpackage.json