diff --git a/ts-config.base.json b/ts-config.base.json index f5a57f5..3ef454e 100644 --- a/ts-config.base.json +++ b/ts-config.base.json @@ -4,6 +4,7 @@ "compilerOptions": { "moduleResolution": "Node16", "newLine": "lf", + "skipLibCheck": true, "esModuleInterop": true } } diff --git a/tsconfig.json b/tsconfig.json index 2e2c56b..9f8dfb5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,6 @@ "rootDir": "src", "outDir": "out", "sourceMap": true, - "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules", ".vscode-test", "scripts"]