Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/budiadiono/vscode-tsconfig-glob

VSCode extension that generates files value on tsconfig.json based on filesGlob just like in Atom editor.
https://github.com/budiadiono/vscode-tsconfig-glob

Last synced: 1 day ago
JSON representation

VSCode extension that generates files value on tsconfig.json based on filesGlob just like in Atom editor.

Awesome Lists containing this project

README

        

# tsconfig-glob
## Generate files value on tsconfig.json based on filesGlob.

You can specify a `filesGlob` pattern in your `tsconfig.json` files and this extension automatically generate list of files.
Yes just like in [atom-typescript](https://github.com/TypeStrong/atom-typescript/blob/master/docs/tsconfig.md) plugin when you are using **Atom** editor.

### rewriteTsconfig
You can disable this extension by set this option to `false` in your `tsconfig.json`:
```
{
"vscode" : {
"rewriteTsconfig" : false
}
}
```

**Enjoy!**