diff options
author | Vidhu Kant Sharma <araararagikoyomi@protonmail.com> | 2021-07-25 01:13:24 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-25 01:13:24 +0530 |
commit | 6b58ffac163b9b3637bfab1294069c55b6d5702c (patch) | |
tree | 95f270639f3a2fc6aa936961d9787a59a63b079e /tsconfig.json | |
parent | 166f8d4262729b2f771c30f8e71a305052cc13d5 (diff) | |
parent | b353dda4df7fc7be973e52a2f529360e7bfc8fed (diff) |
Merge pull request #1 from MikunoNaka/multiplayer
Merge multiplayer into master
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index a273b0c..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "compilerOptions": { - "target": "es5", - "lib": [ - "dom", - "dom.iterable", - "esnext" - ], - "allowJs": true, - "skipLibCheck": true, - "esModuleInterop": true, - "allowSyntheticDefaultImports": true, - "strict": true, - "forceConsistentCasingInFileNames": true, - "noFallthroughCasesInSwitch": true, - "module": "esnext", - "moduleResolution": "node", - "resolveJsonModule": true, - "isolatedModules": true, - "noEmit": true, - "jsx": "react-jsx" - }, - "include": [ - "src" - ] -} |