diff --git a/node_modules/dotenv/types/tsconfig.json b/node_modules/dotenv/types/tsconfig.json new file mode 100644 index 0000000..012b05d --- /dev/null +++ b/node_modules/dotenv/types/tsconfig.json @@ -0,0 +1,15 @@ +{ + "compilerOptions": { + "module": "commonjs", + "lib": ["es6"], + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + "noEmit": true, + "baseUrl": ".", + "paths": { + "dotenv": ["."] + } + } +}