Skip to content

Commit

Permalink
Merge pull request #45 from tylim88/new-features
Browse files Browse the repository at this point in the history
remove sourcemap
  • Loading branch information
tylim88 authored Apr 25, 2022
2 parents 8ca798a + 8e470df commit 32c00d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
/.opensource
/.husky
/scripts
/src

# ignore file
.gitignore
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firelordjs",
"version": "1.1.14",
"version": "1.1.15",
"description": "🔥 Extremely High Precision Typescript Wrapper for Firestore Web, Providing Unparalleled Type Safe and Dev Experience",
"source": "src/index.ts",
"main": "dist/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"module": "CommonJS",
"declaration": true,
"esModuleInterop": true,
"sourceMap": true,
"sourceMap": false,
"noImplicitAny": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
Expand Down

0 comments on commit 32c00d5

Please sign in to comment.