17 lines
655 B
JSON
17 lines
655 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"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"]
|
|
}
|