1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-24 08:42:24 +02:00
pigallery2/tsconfig.json
2016-12-28 12:30:26 +01:00

22 lines
414 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"es2015",
"dom",
"es2015.promise"
],
"suppressImplicitAnyIndexErrors": false,
"typeRoots": [
"./node_modules/@types"
]
},
"exclude": [
"node_modules"
]
}