-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
chore(playground): save tsconfig.json
to the root directory; update Node.js version requirement
#9086
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(playground): save tsconfig.json
to the root directory; update Node.js version requirement
#9086
Conversation
Size ReportBundles
Usages
|
tsconfig.json
file when downloadingtsconfig.json
update Node.js version requirement
Why do you think it's a JavaScript project? TypeScript files can be saved as well. |
Because the package.json does not include dependencies for TypeScript, we can certainly download the tsconfig.json file to the root directory; perhaps this would be a better choice? |
Actually a JavaScript project can also use |
Yes, if that's the case, we should place the tsconfig.json in the root directory. It will be stored in the project, similar to the import-map.json file. Do you think this approach is viable? |
Sure we can move it outside of |
I have modified |
tsconfig.json
update Node.js version requirementtsconfig.json
to the root directory update Node.js version requirement
tsconfig.json
to the root directory update Node.js version requirementtsconfig.json
to the root directory; update Node.js version requirement
… Node.js version requirement (vuejs#9086) Co-authored-by: Haoqun Jiang <[email protected]>
When using
download
to download a project in the sfc-playground, thetsconfig.json
file is being downloaded into thesrc
directory. Since the downloaded project is a JavaScript project, I overlooked thetsconfig.json
file in this PR. [email protected] requires Node.js version 14.18+, 16+ updated README.md for this.