mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-01 22:09:29 +08:00
14 lines
317 B
Text
14 lines
317 B
Text
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "./",
|
|
"rootDir": "./src",
|
|
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"references": [
|
|
{"path": "../workbox-core/"},
|
|
{"path": "../workbox-routing/"},
|
|
{"path": "../workbox-strategies/"}
|
|
]
|
|
}
|