1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-24 08:42:24 +02:00
pigallery2/tsconfig.json
2017-06-02 22:31:51 +02:00

22 lines
406 B
JSON

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