mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 09:34:16 +00:00
15 lines
336 B
JSON
15 lines
336 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "esnext",
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"jsx": "preserve",
|
|
"importHelpers": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": ["node_modules", "fuse.ts"]
|
|
}
|