Create tsconfig.json

This commit is contained in:
ZyLacx 2021-12-27 17:16:08 +01:00
parent fc35048f7d
commit 5abf631ffc

15
node_modules/dotenv/types/tsconfig.json generated vendored Normal file
View file

@ -0,0 +1,15 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"baseUrl": ".",
"paths": {
"dotenv": ["."]
}
}
}