feat(webui): govern actions, quick access, and metrics
Refs #264, #285, #289
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"types": ["node"]
|
||||
"types": ["node"],
|
||||
"paths": {
|
||||
"@govoplan/core-webui": ["./conformance/QuickAccessCoreFacade.ts"],
|
||||
"@govoplan/core-webui/app": ["./src/app.ts"],
|
||||
"@govoplan/core-webui/wysiwyg": ["./src/wysiwyg.ts"],
|
||||
"react": ["./node_modules/@types/react/index.d.ts"],
|
||||
"react/jsx-runtime": ["./node_modules/@types/react/jsx-runtime.d.ts"],
|
||||
"react-router": ["./node_modules/react-router/dist/production/index.d.ts"],
|
||||
"lucide-react": ["./node_modules/lucide-react/dist/lucide-react.d.ts"]
|
||||
}
|
||||
},
|
||||
"include": ["src", "conformance", "vite.conformance.config.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user