mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-01 15:40:16 +00:00
7d302e1801
- Community editing mostly working. Fixes #26
13 lines
251 B
JSON
Vendored
13 lines
251 B
JSON
Vendored
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2016",
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"jsx": "preserve",
|
|
"importHelpers": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true
|
|
}
|
|
}
|