diff --git a/Resources/package.json b/Resources/package.json index 78f71fa..44c7955 100755 --- a/Resources/package.json +++ b/Resources/package.json @@ -39,7 +39,7 @@ "gulp-wrap": "^0.15.0", "jasmine": "^4.0.2", "tsd": "^0.19.1", - "typescript": "^4.5.5" + "@tsd/typescript": "^4.5.5" }, "scripts": { "build": "gulp && npm run build:types", diff --git a/Resources/tsconfig.json b/Resources/tsconfig.json index 2132653..a363b55 100644 --- a/Resources/tsconfig.json +++ b/Resources/tsconfig.json @@ -3,6 +3,7 @@ "declaration": true, "declarationDir": "ts", "resolveJsonModule": true, - "esModuleInterop": true + "esModuleInterop": true, + "skipLibCheck": true } }