Package Exports
- @typescript-eslint/types
- @typescript-eslint/types/dist/ast-spec
- @typescript-eslint/types/dist/ast-spec.d.ts
- @typescript-eslint/types/dist/ast-spec.js
- @typescript-eslint/types/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@typescript-eslint/types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
TypeScript-ESTree Types
This package exists to help us reduce cycles and provide lighter-weight packages at runtime. You probably don't want to use it directly.
If you're building an ESLint plugin, consider using @typescript-eslint/utils
.
If you're parsing TypeScript code, consider using @typescript-eslint/typescript-estree
.