1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2024-12-16 13:06:30 +00:00
lemmy/ui/tsconfig.json
2020-01-06 11:22:51 -05:00

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
}
}