docusaurus/packages/docusaurus-plugin-pwa/tsconfig.json

20 lines
420 B
JSON

{
"extends": "../../tsconfig.json",
"references": [{"path": "./tsconfig.client.json"}],
"compilerOptions": {
"noEmit": false,
"incremental": true,
"tsBuildInfoFile": "./lib/.tsbuildinfo",
"module": "commonjs",
"rootDir": "src",
"outDir": "lib"
},
"include": ["src"],
"exclude": [
"src/theme/",
"src/registerSw.ts",
"src/renderReloadPopup.tsx",
"**/__tests__/**"
]
}