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