mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +00:00
12 lines
205 B
JSON
12 lines
205 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"jsx": "react",
|
|
"jsxFactory": "h",
|
|
"allowJs": true
|
|
}
|
|
} |