diff --git a/types/baidumap-web-sdk/tsconfig.json b/types/baidumap-web-sdk/tsconfig.json index 0e08124214..d841f5d92a 100644 --- a/types/baidumap-web-sdk/tsconfig.json +++ b/types/baidumap-web-sdk/tsconfig.json @@ -6,15 +6,7 @@ ], "noImplicitAny": true, "noImplicitThis": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "paths": { - "q": ["q/v0"] - }, - "types": [], + "strictNullChecks": true, "noEmit": true, "forceConsistentCasingInFileNames": true },