]> git.uio.no Git - u/erikhf/frm.git/blame - src/tsconfig.json
Merge branch 'sidebar'
[u/erikhf/frm.git] / src / tsconfig.json
CommitLineData
4bf38478
EHF
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}