mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-01 18:20:00 +00:00
13 lines
280 B
JSON
Vendored
13 lines
280 B
JSON
Vendored
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2016",
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"jsx": "preserve",
|
|
"importHelpers": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|