10 lines
206 B
JSON
10 lines
206 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"tsBuildInfoFile": "node_modules/.cache/broadcast-panel.tsbuildinfo"
|
|
},
|
|
"include": ["src"]
|
|
}
|