microsoft / microsoft/TypeScript-Sublime-Plugin
Inner project customization ?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 236
- Avg merge
- 21d 13h
- Merged PRs (30d)
- 1
Description
Hello,
in the Tips section of your README, point 8, their is a default inner project notion when no tsconfig.json file is found. Is there a way to customize this project like setting the target option to ES6 or to set the module option.
I'm editing TS file using ES6 module feature and i don't have any tsconfig.json and i'm entouring the following issue :

thks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the README Tips section, especially point 8, then trace how the plugin handles the absence of tsconfig.json and creates its default inner project. Identify whether target and module options can be exposed for that project; done means the requested ES6 settings are configurable without a tsconfig.json and the behavior is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100