lemmy/ui/tsconfig.json
2020-01-06 11:22:51 -05:00

14 lines
280 B
JSON
Vendored

{
"compilerOptions": {
"module": "commonjs",
"target": "es2016",
"sourceMap": true,
"inlineSources": true,
"jsx": "preserve",
"importHelpers": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"esModuleInterop": true
}
}