Skip to content

Commit eda993c

Browse files
author
VladimirAmiorkov
committed
chore: reverse the removal of “declarations”
1 parent 4531c03 commit eda993c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ src/**/*.d.ts
1717
!demo/karma.conf.js
1818
!demo/app/tests/*.js
1919
demo/platforms/
20+
demo/outputs/
21+
demo-angular/outputs/
22+
demo-vue/outputs/
2023
demo-angular/platforms/
2124
demo-vue/platforms/
2225
!demo/e2e-tests/*

src/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"declaration": true,
34
"target": "es5",
45
"module": "commonjs",
56
"removeComments": true,
@@ -31,4 +32,4 @@
3132
"hooks"
3233
],
3334
"compileOnSave": false
34-
}
35+
}

0 commit comments

Comments
 (0)