mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-11-24 08:42:24 +02:00
15 lines
286 B
JSON
15 lines
286 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"sourceMap": false,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"removeComments": false
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"typings"
|
|
]
|
|
} |