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

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

Fix frontend appearance

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