dotenv multi logic

This commit is contained in:
RingOfStorms (Joshua Bell) 2020-12-19 18:33:47 -06:00
parent 5582d09293
commit 060163f64a
11 changed files with 200 additions and 94 deletions

View file

@ -1,4 +1,16 @@
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts", "**/*test.ts"]
}
"include": ["src"],
"exclude": [
".github",
"examples",
"lib",
"node_modules",
"output",
"test",
"**/__mocks__/**",
"**/__tests__/**",
"**/*spec.ts",
"**/*test.ts"
]
}