diff --git a/tsconfig.json b/tsconfig.json index 17a8c21..2a996ed 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,9 @@ "outDir": "./dist", "rootDir": "./src", "strict": true, - "esModuleInterop": true + "esModuleInterop": true, + "typeRoots": ["./node_modules/@types"], + "types": ["uuid"] }, "include": ["src/**/*.ts"], "exclude": ["node_modules"]