dotenv-multi/tsconfig.json
RingOfStorms (Joshua Bell) 5582d09293 initial commit
2020-12-19 16:49:33 -06:00

17 lines
378 B
JSON

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