uppy/examples/angular-example/src/environments/environment.prod.ts
Antoine du Hamel 5630f7dc07
tools: enable linter for TypeScript (#2997)
* tools: enable linter for TypeScript files and code snippets

* types: remove remaning namespaces

* tools: remove unused Babel decorator plugin
2021-07-13 14:28:14 +02:00

3 lines
51 B
TypeScript

export const environment = {
production: true,
}