@tsslint/typescript-plugin 1.0.19 → 1.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -144,10 +144,10 @@ function decorateLanguageService(ts, tsconfig, info) {
144
144
  }
145
145
  const projectContext = {
146
146
  configFile,
147
- tsconfig,
148
147
  languageServiceHost: info.languageServiceHost,
149
148
  languageService: info.languageService,
150
149
  typescript: ts,
150
+ tsconfig: ts.server.toNormalizedPath(tsconfig),
151
151
  };
152
152
  try {
153
153
  configFileBuildContext = await (0, core_1.watchConfigFile)(configFile, (_config, { errors, warnings }) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsslint/typescript-plugin",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "**/*.js",
@@ -12,10 +12,10 @@
12
12
  "directory": "packages/typescript-plugin"
13
13
  },
14
14
  "dependencies": {
15
- "@tsslint/core": "1.0.19"
15
+ "@tsslint/core": "1.0.20"
16
16
  },
17
17
  "devDependencies": {
18
- "@tsslint/config": "1.0.19"
18
+ "@tsslint/config": "1.0.20"
19
19
  },
20
- "gitHead": "fbb15b9115e3106a7c8d336023883ea5273cbe65"
20
+ "gitHead": "b14e3888b843e774784c668b55d6703fbbad11d8"
21
21
  }