Skip to content

Commit

Permalink
modified tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
tran-simon committed May 1, 2021
1 parent 91b2e92 commit 980aacf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"duration-picker",
"durations"
],
"version": "1.1.1",
"version": "1.2.0",
"license": "MIT",
"main": "dist/index.js",
"author": "tran-simon",
Expand Down
10 changes: 7 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"module": "CommonJS",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
Expand All @@ -28,5 +27,10 @@
},
"include": [
"src"
]
],
"exclude": [
"dist",
"node_modules",
"**/__tests__"
]
}

0 comments on commit 980aacf

Please sign in to comment.