Skip to content

Commit 6b357f4

Browse files
author
pigr2
committed
cleaner build with new output folder
1 parent c41d521 commit 6b357f4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
*.swp
2-
node_modules
3-
app/**/*.js
4-
*.map
2+
node_modules/
53
*.log
6-
typings/
4+
/typings/
75
.idea
6+
/dist/

tsconfig.json

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"emitDecoratorMetadata": true,
88
"experimentalDecorators": true,
99
"removeComments": false,
10-
"noImplicitAny": false
10+
"noImplicitAny": false,
11+
"outDir": "./dist"
1112
},
1213
"exclude": [
1314
"node_modules",

0 commit comments

Comments
 (0)