* MED-109: add doctor role and basic view * add role to accounts * remove old super admin and doctor sql
11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"extends": "@kit/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
|
|
},
|
|
"include": ["*.ts", "src"],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|