variations
Version:
A React component library that enables rapid prototyping and exploration of UI variations.
17 lines (16 loc) • 345 B
JSON
{
"compilerOptions": {
"outDir": "dist",
"declaration": true,
"declarationDir": "dist",
"strict": true,
"jsx": "preserve",
"moduleResolution": "node",
"target": "ESNext",
"module": "ESNext",
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["react", "styled-jsx"]
},
"include": ["src"]
}