1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-23 22:26:45 +00:00
lemmy/ui/tsconfig.json

13 lines
251 B
JSON
Raw Normal View History

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