plutoapi-v2/tsconfig.json
Patrick Müller ac29860075
All checks were successful
Jenkins Production Deployment
API-35: Swagger documentation (!17)
Co-authored-by: Patrick Mueller <patrick@mueller-patrick.tech>
Reviewed-on: #17
Co-authored-by: Patrick Müller <patrick@plutodev.de>
Co-committed-by: Patrick Müller <patrick@plutodev.de>
2022-01-09 15:19:49 +00:00

11 lines
168 B
JSON

{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"inlineSourceMap": true
}
}