15 lines
267 B
JSON
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" }
|
|
]
|
|
}
|