mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-01-14 04:35:56 +02:00
17 lines
338 B
JSON
17 lines
338 B
JSON
|
{
|
||
|
"compileOnSave": true,
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"skipLibCheck": true,
|
||
|
"sourceMap": false,
|
||
|
"declaration": false,
|
||
|
"moduleResolution": "node",
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"target": "es6",
|
||
|
"typeRoots": [
|
||
|
"../node_modules/@types"
|
||
|
]
|
||
|
}
|
||
|
}
|