@fluentui/eslint-plugin
Version:
ESLint configuration and custom rules for Fluent UI
16 lines (15 loc) • 390 B
JSON
{
"extends": "../../../../../../../tsconfig.base.json",
"compilerOptions": {
"noEmit": false,
"lib": ["ES2019", "dom"],
"outDir": "dist",
"declaration": true,
"declarationDir": "dist/types",
"types": ["static-assets", "environment"],
"baseUrl": ".",
"paths": {
"@proj/react-context-selector": ["../react-context-selector-pkg/index.ts"]
}
}
}