wix-style-react
Version:
wix-style-react
22 lines (21 loc) • 485 B
JSON
{
"compilerOptions": {
"sourceMap": true,
"declaration": true,
"module": "commonjs",
"moduleResolution": "node",
"target": "ES2017",
"jsx": "react",
"lib": ["es2016","dom"],
"skipLibCheck": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"downlevelIteration": true,
"strict": true,
"noEmit": true,
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true
}
}