source: frontend/node_modules/workbox-webpack-plugin/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: 348 bytes
Line 
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 "include": ["src/**/*.ts"],
13 "references": [{"path": "../workbox-build/"}]
14}
Note: See TracBrowser for help on using the repository browser.