diff --git a/tsconfig.json b/tsconfig.json index 442507f..5feeaaf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,10 +10,11 @@ "sourceMap": true, "strict": true, "baseUrl": ".", - "resolveJsonModule":true, + "resolveJsonModule": true, + "skipLibCheck": true, "paths": { - "*": ["node_modules/*", "src/types/*"] + "*": ["src/types/*"] } }, - "include": ["src/**/*"], -} \ No newline at end of file + "include": ["src/**/*"] +}