source: frontend/node_modules/workbox-precaching/tsconfig.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 317 bytes
Line 
1{
2 "extends": "../../tsconfig",
3 "compilerOptions": {
4 "outDir": "./",
5 "rootDir": "./src",
6 "tsBuildInfoFile": "./tsconfig.tsbuildinfo"
7 },
8 "include": ["src/**/*.ts"],
9 "references": [
10 {"path": "../workbox-core/"},
11 {"path": "../workbox-routing/"},
12 {"path": "../workbox-strategies/"}
13 ]
14}
Note: See TracBrowser for help on using the repository browser.