1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-28 08:58:49 +02:00
pigallery2/backend/tsconfig.json

15 lines
286 B
JSON
Raw Normal View History

2016-03-12 13:53:19 +02:00
{
"compilerOptions": {
"target": "es5",
"sourceMap": false,
"module": "commonjs",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false
},
"exclude": [
"node_modules",
"typings"
]
}