mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 13:49:31 +08:00
15 lines
362 B
Text
15 lines
362 B
Text
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "./",
|
|
"rootDir": "./src",
|
|
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"references": [
|
|
{"path": "../workbox-background-sync/"},
|
|
{"path": "../workbox-core/"},
|
|
{"path": "../workbox-routing/"},
|
|
{"path": "../workbox-strategies/"}
|
|
]
|
|
}
|