|
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:
638 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | {
|
|---|
| 2 | "extends": "../../tsconfig",
|
|---|
| 3 | "compilerOptions": {
|
|---|
| 4 | "esModuleInterop": true,
|
|---|
| 5 | "module": "CommonJS",
|
|---|
| 6 | "outDir": "./build",
|
|---|
| 7 | "resolveJsonModule": true,
|
|---|
| 8 | "rootDir": "./src",
|
|---|
| 9 | "target": "ES2018",
|
|---|
| 10 | "tsBuildInfoFile": "./tsconfig.tsbuildinfo"
|
|---|
| 11 | },
|
|---|
| 12 | "files": ["src/cdn-details.json"],
|
|---|
| 13 | "include": ["src/**/*.ts", "src/schema/*.json"],
|
|---|
| 14 | "references": [
|
|---|
| 15 | {"path": "../workbox-background-sync/"},
|
|---|
| 16 | {"path": "../workbox-broadcast-update/"},
|
|---|
| 17 | {"path": "../workbox-cacheable-response/"},
|
|---|
| 18 | {"path": "../workbox-core/"},
|
|---|
| 19 | {"path": "../workbox-expiration/"},
|
|---|
| 20 | {"path": "../workbox-google-analytics/"}
|
|---|
| 21 | ]
|
|---|
| 22 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.