Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/budiadiono/vscode-tsconfig-glob
- Owner: budiadiono
- Created: 2016-04-18T04:31:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-06T00:18:28.000Z (over 8 years ago)
- Last Synced: 2024-10-12T12:28:17.766Z (about 1 month ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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!**