ship-gis/node_modules/workbox-routing/tsconfig.json

11 lines
232 B
JSON
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "./",
"rootDir": "./src",
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"references": [{"path": "../workbox-core/"}]
}