1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00
pigallery2/tsconfig.json

14 lines
254 B
JSON
Raw Normal View History

2016-03-12 12:53:19 +01:00
{
"compilerOptions": {
"target": "es5",
"sourceMap": true,
2016-03-12 18:11:19 +01:00
"module": "commonjs",
2016-03-12 12:53:19 +01:00
"emitDecoratorMetadata": true,
2016-03-12 18:11:19 +01:00
"experimentalDecorators": true
2016-03-12 12:53:19 +01:00
},
"exclude": [
"node_modules",
2016-05-04 17:20:21 +02:00
"typings/main.d.ts",
"typings/main"
2016-03-12 12:53:19 +01:00
]
}