Files
ServiceManager/frontend/node_modules/workbox-broadcast-update/tsconfig.json
2026-01-01 17:40:53 +01:00

12 lines
255 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"composite": true,
"outDir": "./",
"rootDir": "./src",
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"references": [{"path": "../workbox-core/"}]
}