Add typesync rc file support
See original GitHub issueConfigure 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:
- Created 4 years ago
- Reactions:3
- Comments:6 (6 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Could use cosmoconfig and put it behind a configuration service so it can be faked for testing.
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