Skip to content

Commit e6c1886

Browse files
authored
Merge pull request #400 from ember-template-lint/enable-publishing-types
Publish types and sourcemaps
2 parents 3d06b9e + da2b9cc commit e6c1886

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"compilerOptions": {
3+
"declaration": true,
4+
"declarationMap": true,
5+
"sourceMap": true,
36
"target": "es2018",
47
"module": "commonjs",
58
"strict": true,

0 commit comments

Comments
 (0)