dotenv multi logic
This commit is contained in:
parent
5582d09293
commit
060163f64a
11 changed files with 200 additions and 94 deletions
|
@ -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"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue