1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-24 08:42:24 +02:00
pigallery2/backend/tsconfig.json
2016-03-12 12:53:19 +01:00

15 lines
286 B
JSON

{
"compilerOptions": {
"target": "es5",
"sourceMap": false,
"module": "commonjs",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false
},
"exclude": [
"node_modules",
"typings"
]
}