mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 12:05:01 +00:00
13 lines
251 B
JSON
13 lines
251 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "es2015",
|
||
|
"sourceMap": true,
|
||
|
"inlineSources": true,
|
||
|
"jsx": "preserve",
|
||
|
"importHelpers": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true
|
||
|
}
|
||
|
}
|