diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2022-03-27 23:06:05 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2022-03-27 23:06:05 +0200 |
| commit | 6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925 (patch) | |
| tree | 52a77c928e527125c752fdc2fec5d1809ea43818 /tsconfig.json | |
| parent | ab750d05a2eb580067e51c26032ff24358834d0b (diff) | |
| download | boules-6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925.tar.gz boules-6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925.tar.zst boules-6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925.zip | |
v0.1.0 - Game without ending
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 1885c8f..4eb0b8f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,10 @@ "target": "ESNext", "useDefineForClassFields": true, "module": "ESNext", - "lib": ["ESNext", "DOM"], + "lib": [ + "ESNext", + "DOM" + ], "moduleResolution": "Node", "strict": true, "sourceMap": true, @@ -14,5 +17,7 @@ "noUnusedParameters": true, "noImplicitReturns": true }, - "include": ["src"] + "include": [ + "src" + ] } |
