1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-12-16 11:37:13 +02:00
pigallery2/frontend/tsconfig.json

14 lines
254 B
JSON
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": [
"node_modules",
2016-05-04 17:20:21 +02:00
"typings/main.d.ts",
"typings/main"
2016-03-12 13:53:19 +02:00
]
}