Skip to content

Commit 0b382a2

Browse files
authored
Merge pull request #3 from xops/fix/update-meta-schema
fix: tsconfig
2 parents fa33ae8 + d2a5449 commit 0b382a2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
/tmp
77
build
88
node_modules
9+
oclif.manifest.json

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"compilerOptions": {
44
"target": "ES6",
5-
"module": "esnext",
5+
"module": "commonjs",
66
"lib": [
77
"es2015",
88
"dom"

0 commit comments

Comments
 (0)