]> git.uio.no Git - u/erikhf/frm.git/blob - src/tsconfig.json
shit dont work
[u/erikhf/frm.git] / src / tsconfig.json
1 {
2   "compilerOptions": {
3     "target": "ES5",
4     "module": "commonjs",
5     "sourceMap": true,
6     "emitDecoratorMetadata": true,
7     "experimentalDecorators": true,
8     "removeComments": false,
9     "noImplicitAny": false
10   }
11 }