15 lines
314 B
JSON
15 lines
314 B
JSON
{
|
|
"extends": "./generic-tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["webworker", "esnext"]
|
|
},
|
|
"include": [
|
|
"src/features/**/worker/**/*",
|
|
"src/features/**/shared/**/*",
|
|
"src/features/worker-utils/**/*",
|
|
"src/features-worker/**/*",
|
|
"src/worker-shared/**/*",
|
|
"src/sw/**/*"
|
|
]
|
|
}
|