mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +00:00
Rollup build
This commit is contained in:
@@ -1,20 +1,9 @@
|
||||
{
|
||||
"compileOnSave": false,
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"target": "es2017",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"experimentalDecorators": true,
|
||||
"noUnusedLocals": true,
|
||||
"sourceMap": true,
|
||||
"jsx": "react",
|
||||
"jsxFactory": "h",
|
||||
"allowJs": false,
|
||||
"baseUrl": "."
|
||||
},
|
||||
"exclude": [
|
||||
"src/sw/**/*",
|
||||
"src/codecs/processor-worker/**/*"
|
||||
"extends": "./generic-tsconfig.json",
|
||||
"files": [],
|
||||
"references": [
|
||||
{ "path": "./client-tsconfig.json" },
|
||||
{ "path": "./worker-tsconfig.json" },
|
||||
{ "path": "./static-build-tsconfig.json" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user