Skip to content

Instantly share code, notes, and snippets.

@carlos-algms
Last active October 19, 2020 10:14
Show Gist options
  • Save carlos-algms/de00384139c3b3970d7ba7d897e07f46 to your computer and use it in GitHub Desktop.
Save carlos-algms/de00384139c3b3970d7ba7d897e07f46 to your computer and use it in GitHub Desktop.
Quokka config
{
"pro": false,
"plugins": ["jsdom-quokka-plugin"],
"node": "/Users/cgomes/.nvm/versions/node/v12.18.3/bin/node",
"ts": {
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"strict": true,
"strictPropertyInitialization": false,
"lib": ["esnext", "dom"],
"jsx": "react",
"esModuleInterop": true,
"allowJs": true,
"allowSyntheticDefaultImports": true,
"noImplicitAny": false,
"resolveJsonModule": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment