diff options
author | HampusM <hampus@hampusmat.com> | 2021-08-18 17:29:55 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-08-18 17:29:55 +0200 |
commit | d1a1b7dc947063aef5f8375a6a1e03246b272c84 (patch) | |
tree | f5cb9bd6d4b5463d9d022026ac6fea87cb6ebe02 /packages/server/tsconfig.json | |
parent | 6ed078de30a7bf35deace728857d1d293d59eb15 (diff) |
Implemented caching for certain API endpoints, Added documentation & made backend-fixes
Diffstat (limited to 'packages/server/tsconfig.json')
-rw-r--r-- | packages/server/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/tsconfig.json b/packages/server/tsconfig.json index a98cc40..92c94fc 100644 --- a/packages/server/tsconfig.json +++ b/packages/server/tsconfig.json @@ -3,4 +3,4 @@ "compilerOptions": { "module": "CommonJS", } -} +}
\ No newline at end of file |