19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../dist/common",
|
|
"baseUrl": "..",
|
|
"composite": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"declarationMap": true,
|
|
"paths": {
|
|
"@common/*": [
|
|
"./common/*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"./**/*.ts",
|
|
]
|
|
} |