chore: fix vscode linting with wrong TS version

This commit is contained in:
jamaljsr 2020-12-12 23:16:48 -05:00
parent cc589340de
commit b0933bdae8
No known key found for this signature in database
GPG key ID: 8680860C961AD657

View file

@ -66,5 +66,5 @@
"eslint.workingDirectories": [
"./app"
],
"eslint.enable": true
"typescript.tsdk": "./app/node_modules/typescript/lib"
}