mirror of https://github.com/jkjoy/sunpeiwen.git
16 lines
362 B
JSON
16 lines
362 B
JSON
|
{
|
||
|
"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/"}
|
||
|
]
|
||
|
}
|