1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/extension/ext-enums.tsconfig.json

12 lines
203 B
JSON
Raw Normal View History

{
"extends": "./../tsconfig.json",
"compilerOptions": {
"outDir": "./lib",
"sourceMap": false
},
"include": [
"./../src/common/entities/**/*",
"./../src/common/config/**/*"
]
}