Merge branch 'add-typescript' into 'master'
Add typescript Start adding some typescript to this packages See merge request !11
Showing
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
.nvmrc
0 → 100644
package.json
0 → 100644
{ | ||
"name": "@pubsweet/types", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "tsc --build tsconfig.json", | ||
"lint": "tslint --project tsconfig.json" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.coko.foundation/pubsweet/types" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"funfix": "^7.0.1", | ||
"pino": "^5.13.2", | ||
"uuid": "^3.3.3" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^24.0.18", | ||
"jest": "^24.9.0", | ||
"pino-pretty": "^3.2.1", | ||
"tslint": "^5.20.0", | ||
"typescript": "^3.5.3" | ||
} | ||
} |
src/abstract.ts
0 → 100644
src/base-model.ts
0 → 100644
src/index.ts
0 → 100644
tsconfig.build.json
0 → 100644
tsconfig.json
0 → 100644
tslint.json
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment