diff --git a/.nvmrc b/.nvmrc index 67be0b0..1d9b783 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -10.7.0 \ No newline at end of file +22.12.0 diff --git a/tsconfig.json b/tsconfig.json index 801444d..0692d34 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,8 @@ "baseUrl": ".", "paths": { "@type-cacheable/*": ["./packages/*"] }, "experimentalDecorators": true, - "emitDecoratorMetadata": true - } + "emitDecoratorMetadata": true, + "skipLibCheck": true + }, + "exclude": ["node_modules"] }