mirror of https://github.com/jkjoy/sunpeiwen.git
16 lines
282 B
JSON
16 lines
282 B
JSON
|
{
|
||
|
"extends": "../../tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"lib": ["es2017", "dom"],
|
||
|
"outDir": "./",
|
||
|
"rootDir": "./src",
|
||
|
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"
|
||
|
},
|
||
|
"include": ["src/**/*.ts"],
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "../workbox-core/"
|
||
|
}
|
||
|
]
|
||
|
}
|