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

16 lines
295 B
JSON
Raw Normal View History

2016-03-12 13:53:19 +02:00
{
"compilerOptions": {
"target": "es5",
2016-03-12 19:11:19 +02:00
"module": "commonjs",
2016-12-27 00:36:38 +02:00
"moduleResolution": "node",
"sourceMap": true,
2016-03-12 13:53:19 +02:00
"emitDecoratorMetadata": true,
2016-12-27 00:36:38 +02:00
"experimentalDecorators": true,
"lib": [
"es2015",
"dom"
],
"suppressImplicitAnyIndexErrors": true
}
}