lemmy/ui/tsconfig.json
Dessalines ed688f9292 Community editing
- Community editing mostly working. Fixes #26
2019-04-04 15:29:14 -07:00

13 lines
251 B
JSON

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