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

16 lines
335 B
JSON

{
"compilerOptions": {
"target": "ES3",
"module": "commonjs",
"strict": true,
"allowJs": false,
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"incremental": true,
"outDir": "./lib",
"baseUrl": "./"
}
}