mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 09:47:48 +02:00
14 lines
346 B
JSON
14 lines
346 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"lib": ["webworker", "esnext"],
|
|
"tsBuildInfoFile": "lib/.tsbuildinfo-worker",
|
|
"moduleResolution": "bundler",
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src/sw.ts"],
|
|
"exclude": ["**/__tests__/**"]
|
|
}
|