@brandonowens/elegant-ui
Version:
Elegant is the easiest way to create a new static website or blog, and publish it online. This is the core Elegant UI component library.
25 lines • 563 B
JSON
{
"compilerOptions": {
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"jsx": "react",
"module": "ESNext",
"declaration": true,
"declarationDir": "types",
"sourceMap": true,
"outDir": "dist",
"moduleResolution": "node",
"emitDeclarationOnly": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true
},
"include": ["."],
"exclude": [
"dist",
"build",
"node_modules",
"src/**/*.test.tsx",
"src/**/*.stories.tsx"
]
}