Verified with the coordinated workspace changes by devkit full run 2026-09-08T225814-186389-0000-3e3ed7cd (all seven phases passed). This shared UI pass does not mark the individual module reviews complete.
19 lines
768 B
JSON
19 lines
768 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"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-dom": ["./node_modules/@types/react-dom/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"]
|
|
}
|