diff options
Diffstat (limited to 'backend/tsconfig.json')
-rw-r--r-- | backend/tsconfig.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/backend/tsconfig.json b/backend/tsconfig.json new file mode 100644 index 0000000..2e42f37 --- /dev/null +++ b/backend/tsconfig.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "lib": ["ES2022"], + "module": "es2022", + "allowSyntheticDefaultImports": true + }, + "include": ["src/**/*"] +} |