We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4619eb commit 33fe749Copy full SHA for 33fe749
package.json
@@ -3,6 +3,7 @@
3
"version": "1.0.0",
4
"main": "index.ts",
5
"scripts": {
6
+ "start": "ts-node index.ts",
7
"lint": "eslint . --ext ts --max-warnings 0",
8
"test": "npm run lint"
9
},
@@ -23,6 +24,7 @@
23
24
"feathers-mongoose": "^8.3.0",
25
"lodash": "^4.17.15",
26
"mongoose": "^5.9.18",
27
+ "typescript": "^3.9.5",
28
"which-types": "^1.4.1"
29
30
"repository": {
@@ -43,7 +45,6 @@
43
45
"@typescript-eslint/parser": "^3.2.0",
44
46
"eslint": "^7.2.0",
47
"eslint-config-airbnb-typescript": "^8.0.2",
- "eslint-plugin-import": "^2.21.2",
- "typescript": "^3.9.5"
48
+ "eslint-plugin-import": "^2.21.2"
49
}
50
0 commit comments