mono/packages/auth-ui/tsconfig.json
2025-03-24 00:54:46 +01:00

15 lines
267 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"jsx": "react-jsx",
"composite": true,
"preserveSymlinks": true
},
"include": ["src"],
"references": [
{ "path": "../auth-core" }
]
}