Skip to content

Commit

Permalink
🚧 feat: solve build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon-clown committed Jul 6, 2020
1 parent 709c54d commit ae41d89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions packages/typescript-json-schema/tsconfig.src.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"outDir": "lib"
},
"include": [
"src",
"test"
"src"
]
}
3 changes: 2 additions & 1 deletion packages/typescript-json-schema/tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"rootDir": "."
},
"include": [
"src/**/*.ts"
"src/**/*.ts",
"test/**/*.ts"
]
}
6 changes: 3 additions & 3 deletions tools/sort-imports/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ program

logger.debug('cwd:', flatOpts.cwd)
logger.debug('workspace:', flatOpts.workspace)
logger.debug('configPath', flatOpts.configPath)
logger.debug('parasticConfigPath', flatOpts.parasticConfigPath)
logger.debug('parasticConfigEntry', flatOpts.parasticConfigEntry)
logger.debug('configPath:', flatOpts.configPath)
logger.debug('parasticConfigPath:', flatOpts.parasticConfigPath)
logger.debug('parasticConfigEntry:', flatOpts.parasticConfigEntry)

// resolve pattern
const pattern: string[] = cover<string[]>(
Expand Down

0 comments on commit ae41d89

Please sign in to comment.