commit f58858fd34f6685046eaf8793a630e5294ddac93 parent 0406ec509a27b1bd22e088f329537b5f4df34cf0 Author: Florian Dold <florian@dold.me> Date: Wed, 6 May 2026 14:04:08 +0200 remove unused tsconfig.json file Diffstat:
| D | src/tsconfig.json | | | 10 | ---------- |
1 file changed, 0 insertions(+), 10 deletions(-)
diff --git a/src/tsconfig.json b/src/tsconfig.json @@ -1,10 +0,0 @@ -{ - "compilerOptions": { - "target": "es6", - "jsx": "react" - }, - "files": [ - "frontend/execute.tsx" - ] -} -