diff --git a/script/tsconfig.json b/script/tsconfig.json index e9471e1f..5055f179 100644 --- a/script/tsconfig.json +++ b/script/tsconfig.json @@ -1,8 +1,7 @@ { "extends": "../tsconfig.json", "compilerOptions": { - "outDir": "./", - "skipLibCheck": true + "outDir": "./" }, "include": ["./**/*.ts"], "exclude": []