Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
{
"compilerOptions": {
"target": "ESNEXT",
"module": "es2015",
"moduleResolution": "node",
"noEmit": true,
"strict": true,
"jsx": "react",
"jsxFactory": "h",
"noImplicitAny": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"isolatedModules": true
},
"exclude": [
"examples",
"es",
]
}