Files
android-dev-ext/.vscode/settings.json
2017-01-22 15:40:33 +00:00

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
}