GoScrobble/web/node_modules/workbox-routing/tsconfig.json

15 lines
250 B
JSON
Raw Normal View History

2022-04-25 02:47:15 +00:00
{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "./",
"rootDir": "./src",
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"
},
"include": [
"src/**/*.ts"
],
"references": [
{ "path": "../workbox-core/" }
]
}