Skip to content

Commit

Permalink
Merge pull request #3 from xops/fix/update-meta-schema
Browse files Browse the repository at this point in the history
fix: tsconfig
  • Loading branch information
shanejonas authored Mar 15, 2021
2 parents fa33ae8 + d2a5449 commit 0b382a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
/tmp
build
node_modules
oclif.manifest.json
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"compilerOptions": {
"target": "ES6",
"module": "esnext",
"module": "commonjs",
"lib": [
"es2015",
"dom"
Expand Down

0 comments on commit 0b382a2

Please sign in to comment.