1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-12-21 01:22:08 +02:00
pigallery2/extension/ext-interface.tsconfig.json

13 lines
210 B
JSON

{
"extends": "./../tsconfig.json",
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"sourceMap": false,
"outDir": "./lib"
},
"include": [
"./../src/**/*"
]
}