13 lines
270 B
JSON
13 lines
270 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "../..",
|
|
"outDir": "dist",
|
|
"declaration": true,
|
|
"declarationMap": false
|
|
},
|
|
"include": [
|
|
"../../packages/demo-infrastructure/**/*.ts",
|
|
"../../packages/media/**/*.ts"
|
|
]
|
|
} |