bbcacf4232
Refactor/generalise API/DB interactions out of OIDC.
9 lines
216 B
JSON
9 lines
216 B
JSON
{
|
|
"extends": "@tsconfig/svelte/tsconfig.json",
|
|
"include": ["src/**/*", "src/node_modules/**/*"],
|
|
"exclude": ["node_modules/*", "__sapper__/*", "static/*"],
|
|
"compilerOptions": {
|
|
"types": ["node", "svelte"]
|
|
}
|
|
}
|