Skip to content

Commit

Permalink
chore(internal): removed declaration map and fixed changelog configur…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
carlocorradini committed Oct 15, 2022
1 parent 6a76197 commit 23db0a3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/configs/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"labels": ["documentation 📚"]
},
{
"title": "## 💅 Styles",
"labels": ["style 💅"]
"title": "## 🏗 Internal",
"labels": ["internal 🏗"]
}
]
}
1 change: 0 additions & 1 deletion examples/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"target": "ES2018",
"declaration": false,
"declarationMap": false,
"removeComments": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"resolveJsonModule": true,
"allowJs": false,
"declaration": true,
"declarationMap": true,
"outDir": "build",
"newLine": "lf",
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit 23db0a3

Please sign in to comment.