mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 16:09:41 +00:00
ed688f9292
- Community editing mostly working. Fixes #26
12 lines
251 B
JSON
12 lines
251 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2016",
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"jsx": "preserve",
|
|
"importHelpers": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true
|
|
}
|
|
}
|