From 5e1245b016b6554325f351f997da77544c3562cf Mon Sep 17 00:00:00 2001 From: apetitco Date: Sat, 20 Dec 2025 00:43:17 +0100 Subject: [PATCH] (misc): Added tsconfig.json file --- src/tic-tac-toe/tsconfig.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/tic-tac-toe/tsconfig.json diff --git a/src/tic-tac-toe/tsconfig.json b/src/tic-tac-toe/tsconfig.json new file mode 100644 index 0000000..e6d24e2 --- /dev/null +++ b/src/tic-tac-toe/tsconfig.json @@ -0,0 +1,5 @@ +{ + "extends": "../tsconfig.base.json", + "compilerOptions": {}, + "include": ["src/**/*.ts"] +}