Last active
October 19, 2020 10:14
-
-
Save carlos-algms/de00384139c3b3970d7ba7d897e07f46 to your computer and use it in GitHub Desktop.
Quokka config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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