mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-24 18:41:05 +00:00
4 lines
218 B
JSON
4 lines
218 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"typescript.tsdk": "./node_modules/typescript/lib" // we want to use the TS server from our node_modules folder to control its version
|
|
} |