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