question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add typesync rc file support

See original GitHub issue

Configure ignore dependencies, ignore packages, etc via typesync rc file.

sample file path:

project directory/.typesync-rc.json
project directory/[any first-level subdirectory]/.typesync-rc.json

sample file format:

{
  "ignoreDependencies": ["peer"],
  "ignorePackages": ["express"]
}

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jeffijoecommented, Feb 22, 2020

Could use cosmoconfig and put it behind a configuration service so it can be faked for testing.

0reactions
septscommented, Feb 22, 2020

I don’t know where the entry settings for loading configuration file should be If you can tell me, I can submit a pull request

Read more comments on GitHub >

github_iconTop Results From Across the Web

jeffijoe/typesync: Install missing TypeScript typings for ... - GitHub
TypeSync added support for monorepos in v0.4.0. It will look at packages / workspaces globs in package.json and sync every matching file in...
Read more >
Convert .rc file to synchronized file - Biostars
Hiii, I have .rc file from snp-frequency-diff.pl script in popoolation2 tool and now i want to convert it back to synchronized (sync) file...
Read more >
NSX-T Command-Line Interface Reference - VMware {code}
Each NSX-T virtual appliance contains a command-line interface (CLI). The command syntax and output format of NSX-T commands are not guaranteed to be...
Read more >
Gradle 3.1-rc-1 Release Notes
Initial support for Play 2.5.x has been added. Improved IDEA code assistance performance for Kotlin based build scripts. Gradle 3.1 supports version 0.3.2...
Read more >
alltypes - api
A plugin for adding Antlr support to JavaPlugin. ... The inputs to this task are Java class files which must be provided via...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found