18 lines
474 B
JSON
18 lines
474 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"ignoreDeprecations": "6.0",
|
|
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
|
"outDir": "dist",
|
|
"tsBuildInfoFile": "node_modules/.cache/broadcast-panel.tsbuildinfo",
|
|
"baseUrl": "../..",
|
|
"paths": {
|
|
"@/*": ["packages/broadcast-panel/src/*"],
|
|
"@shared/*": ["shared/*"],
|
|
"@shared": ["shared"]
|
|
}
|
|
},
|
|
"include": ["src", "../../shared"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|