Skip to content

Commit

Permalink
chore: setup utils
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
antfu committed Jul 23, 2020
1 parent 0c4bd45 commit d9e0b3a
Show file tree
Hide file tree
Showing 12 changed files with 2,000 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
.DS_Store
.idea
.idea
dist
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>

<pre align='center'>
Collection of Typescript typing challenges
Collection of TypeScript typing challenges
</pre>

<br>
Expand Down
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "type-challenges",
"private": true,
"version": "0.0.0",
"repository": "https://github.com/antfu/type-challenges.git",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm",
"utils:build": "pnpm -C utils build",
"utils:release": "pnpm -C utils release"
},
"devDependencies": {
"@antfu/eslint-config-ts": "^0.2.14",
"eslint": "^7.5.0",
"rollup": "^2.22.2",
"rollup-plugin-dts": "^1.4.9",
"rollup-plugin-typescript2": "^0.27.1",
"typescript": "^3.9.7",
"@type-challenges/utils": "workspace:*"
},
"eslintConfig": {
"extends": "@antfu/eslint-config-ts"
}
}
Loading

0 comments on commit d9e0b3a

Please sign in to comment.