Files
squoosh/tsconfig.json

21 lines
406 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": "."
},
"exclude": [
"src/sw/**/*",
"src/codecs/processor-worker/**/*"
]
}