diff options
Diffstat (limited to 'master/server/tsconfig.json')
-rw-r--r-- | master/server/tsconfig.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/master/server/tsconfig.json b/master/server/tsconfig.json new file mode 100644 index 0000000..2e98500 --- /dev/null +++ b/master/server/tsconfig.json @@ -0,0 +1,12 @@ +{ + "compilerOptions": { + "baseUrl": "src", + "module": "CommonJS", + "target": "ES2020", + "strict": true, + "esModuleInterop": true, + "moduleResolution": "node", + "skipLibCheck": false, + "forceConsistentCasingInFileNames": true + } +} |