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

11 lines
232 B
JSON

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