]> Untitled Git - lemmy-ui.git/blob - tsconfig.json
Partly functioning fuse-box, but moving te webpack now.
[lemmy-ui.git] / tsconfig.json
1 {\r
2   "compilerOptions": {\r
3     "module": "commonjs",\r
4     "target": "esnext",\r
5     "sourceMap": true,\r
6     "inlineSources": true,\r
7     "jsx": "preserve",\r
8     "importHelpers": true,\r
9     "emitDecoratorMetadata": true,\r
10     "experimentalDecorators": true,\r
11     "esModuleInterop": true\r
12   },\r
13   "exclude": ["node_modules", "fuse.ts"]\r
14 }\r