Files
squoosh/tsconfig.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!*": ["*"]
}
}
}