@dr.pogodin/react-themes
Version:
UI theme composition with CSS Modules and React
21 lines (19 loc) • 513 B
JSON
// TS config for ESlint.
{
// NOTE: Full relative path here, as typed-scss-modules relies on this config,
// and does not support Node module resolution mechanics.
"extends": "./node_modules/@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"jsx": "react-jsx",
"module": "ESNext",
"moduleResolution": "Node",
"rootDirs": [
"build/scss-types/docs",
"build/scss-types/jest",
"docs",
"jest"
],
"strict": true,
"verbatimModuleSyntax": true,
}
}