Skip to content

Commit 7b7b460

Browse files
author
Johan Borestad
committed
Finish cleanup
2 parents 2f44cfc + d8ee148 commit 7b7b460

File tree

3 files changed

+45
-336
lines changed

3 files changed

+45
-336
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@borestad/typescript-boilerplate",
33
"version": "0.0.1",
4-
"licence": "MIT",
4+
"license": "MIT",
55
"description": "A mean, clean & powerful boilerplate machine using typescript.",
66
"engines": {
77
"node": ">=6.5 <6.6",
@@ -77,7 +77,6 @@
7777
"snyk": "1.22.1",
7878
"ts-node": "1.7.2",
7979
"tslint": "4.1.1",
80-
"typescript": "2.1.4",
81-
"yarn": "0.18.1"
80+
"typescript": "2.1.4"
8281
}
8382
}

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"watch": false,
55
"pretty": true,
66
"declaration": false,
7+
"listEmittedFiles": true,
78
"emitDecoratorMetadata": true,
89
"experimentalDecorators": true,
910
"inlineSourceMap": true,
@@ -23,6 +24,7 @@
2324
"allowJs": true
2425
},
2526
"exclude": [
27+
"./wallaby.js",
2628
".tmp",
2729
"node_modules",
2830
"dist"

0 commit comments

Comments
 (0)