Skip to content

Commit

Permalink
Compile lib
Browse files Browse the repository at this point in the history
  • Loading branch information
apuyou committed Feb 18, 2022
1 parent 640337e commit 0b2a73c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist/
node_modules/
*.tsbuildinfo
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"*" : ["types/*"]
},
"rootDir": "./src",
"outDir": "./dist"
"outDir": "./dist",
"skipLibCheck": true
},
"include": ["src/**/*"],
"exclude": ["**/__tests__"]
Expand Down

0 comments on commit 0b2a73c

Please sign in to comment.