Files
govoplan-core/webui/tsconfig.conformance.json
T

18 lines
722 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-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"]
}