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