Frontend/25_01_07/mai/node_modules/workbox-webpack-plugin/tsconfig.json

15 lines
348 B
JSON
Raw Permalink Normal View History

2025-01-28 10:38:27 +00:00
{
"extends": "../../tsconfig",
"compilerOptions": {
"esModuleInterop": true,
"module": "CommonJS",
"outDir": "./build",
"resolveJsonModule": true,
"rootDir": "./src",
"target": "ES2018",
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"references": [{"path": "../workbox-build/"}]
}