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