mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-12-27 02:09:16 +02:00
13 lines
234 B
Plaintext
13 lines
234 B
Plaintext
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"sourceMap": true,
|
|
"module": "commonjs",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"exclude": [
|
|
"./../node_modules",
|
|
"./../typings"
|
|
]
|
|
} |