Skip to content

Commit 431c15f

Browse files
committed
cleaned up tsconfig
1 parent cb7bcf9 commit 431c15f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-errors",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "Machine-readable custom errors for Apollostack's GraphQL server",
55
"main": "dist/index.js",
66
"scripts": {

tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"sourceMap": true,
77
"removeComments": false,
88
"noImplicitAny": false,
9-
// "allowJs": true,
109
"outDir": "./dist",
11-
// "emitDecoratorMetadata": true,
1210
"declaration": true
1311
},
1412
"include": [

0 commit comments

Comments
 (0)