Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit 6ec17ae

Browse files
committed
Build improvements
1 parent dc09c75 commit 6ec17ae

3 files changed

Lines changed: 1587 additions & 27 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"@types/parse": "^2.18.1",
3434
"@typescript-eslint/eslint-plugin": "^4.10.0",
3535
"@typescript-eslint/parser": "^4.10.0",
36+
"np": "7.1.0",
3637
"eslint": "^7.15.0",
3738
"express": "^4.17.1",
3839
"parse": "^2.19.0",
@@ -48,4 +49,4 @@
4849
"firebase-admin": "^9.4.0",
4950
"parse-cloud-image": "^1.0.0"
5051
}
51-
}
52+
}

tsconfig.module.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"module": "esnext"
77
},
88
"exclude": [
9-
"node_modules/**",
9+
"node_modules",
10+
"lib"
1011
]
1112
}

0 commit comments

Comments
 (0)