mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +00:00
9 lines
198 B
JSON
9 lines
198 B
JSON
{
|
|
"extends": "./generic-tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["esnext", "dom", "dom.iterable"],
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src/shared/**/*", "src/static-build/**/*"]
|
|
}
|