1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-12-25 02:04:15 +02:00
pigallery2/common/tsconfig.json.back

13 lines
234 B
Plaintext
Raw Normal View History

2016-03-12 13:53:19 +02:00
{
"compilerOptions": {
"target": "es5",
"sourceMap": true,
2016-03-12 19:11:19 +02:00
"module": "commonjs",
2016-03-12 13:53:19 +02:00
"emitDecoratorMetadata": true,
2016-03-12 19:11:19 +02:00
"experimentalDecorators": true
2016-03-12 13:53:19 +02:00
},
"exclude": [
2016-03-12 15:57:22 +02:00
"./../node_modules",
"./../typings"
2016-03-12 13:53:19 +02:00
]
}