We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2bf39 commit 833af52Copy full SHA for 833af52
package.json
@@ -3,15 +3,19 @@
3
"version": "14.0.1",
4
"description": "A parser that converts Angular source code into an ESTree-compatible form",
5
"keywords": [],
6
- "main": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
"repository": "https://github.com/prettier/angular-estree-parser",
9
"homepage": "https://github.com/prettier/angular-estree-parser#readme",
10
"author": {
11
"name": "Ika",
12
"email": "[email protected]",
13
"url": "https://github.com/ikatyang"
14
},
+ "exports": {
+ ".": {
15
+ "types": "./dist/index.d.mts",
16
+ "default": "./dist/index.mjs"
17
+ }
18
+ },
19
"license": "MIT",
20
"scripts": {
21
"prepare": "yarn run build",
0 commit comments