Picsur/shared/tsconfig.json

14 lines
296 B
JSON
Raw Normal View History

2022-02-24 21:56:27 +00:00
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"target": "es2015",
"module": "esnext",
"outDir": "./dist",
"declaration": true,
"emitDecoratorMetadata": true,
"sourceMap": true
},
2022-02-25 11:22:00 +00:00
"include": ["src", "../backend/src/decorators/multipart.dto.ts"]
2022-02-24 21:56:27 +00:00
}