1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-24 06:37:57 +00:00
lemmy/ui/tsconfig.json
Dessalines ed688f9292 Community editing
- Community editing mostly working. Fixes #26
2019-04-04 15:29:14 -07:00

12 lines
251 B
JSON
Vendored

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