dotenv-multi/tsconfig.build.json
RingOfStorms (Joshua Bell) 060163f64a dotenv multi logic
2020-12-19 18:33:47 -06:00

16 lines
No EOL
247 B
JSON

{
"extends": "./tsconfig.json",
"include": ["src"],
"exclude": [
".github",
"examples",
"lib",
"node_modules",
"output",
"test",
"**/__mocks__/**",
"**/__tests__/**",
"**/*spec.ts",
"**/*test.ts"
]
}