the-forest/client/node_modules/workbox-webpack-plugin/tsconfig.json

15 lines
348 B
JSON
Raw Normal View History

2024-09-17 20:35:18 -04: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/"}]
}