summary refs log tree commit diff
path: root/api/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'api/tsconfig.json')
-rw-r--r--api/tsconfig.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/api/tsconfig.json b/api/tsconfig.json

index 6bf2e6b7..21a8eb96 100644 --- a/api/tsconfig.json +++ b/api/tsconfig.json
@@ -63,6 +63,11 @@ /* Advanced Options */ "skipLibCheck": true /* Skip type checking of declaration files. */, - "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ + "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */, + "baseUrl": ".", + "paths": { + "@fosscord/api": ["src/index.ts"], + "@fosscord/api/*": ["src/*"] + } } }