]> Untitled Git - lemmy.git/blob - ui/tsconfig.json
Adding initial UI and Websocket server.
[lemmy.git] / ui / tsconfig.json
1 {
2   "compilerOptions": {
3     "module": "commonjs",
4     "target": "es2015",
5     "sourceMap": true,
6     "inlineSources": true,
7     "jsx": "preserve",
8     "importHelpers": true,
9     "emitDecoratorMetadata": true,
10     "experimentalDecorators": true
11   }
12 }