diff options
Diffstat (limited to 'packages/server/tsconfig.json')
-rw-r--r-- | packages/server/tsconfig.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/server/tsconfig.json b/packages/server/tsconfig.json new file mode 100644 index 0000000..5dfdda7 --- /dev/null +++ b/packages/server/tsconfig.json @@ -0,0 +1,11 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "commonjs", + "outDir": "dist", + "strict": false, + "esModuleInterop": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true + } +} |