We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76875b8 + 46b62fc commit e803d5dCopy full SHA for e803d5d
package.json
@@ -10,6 +10,7 @@
10
"author": "Chris Hewell Garrett",
11
"main": "commonjs/index.js",
12
"module": "addon/index.js",
13
+ "types": "commonjs/index.d.ts",
14
"files": [
15
"addon/**/*",
16
"ember-addon-main.js"
@@ -19,7 +20,7 @@
19
20
"test": "tests"
21
},
22
"scripts": {
- "build:ts": "tsc && tsc --outDir commonjs --module CommonJS",
23
+ "build:ts": "tsc && tsc --declaration --outDir commonjs --module CommonJS",
24
"build": "ember build --environment=production",
25
"lint:hbs": "ember-template-lint .",
26
"lint:js": "eslint .",
0 commit comments