From a261e9d38ee070e45818cca0f47a3861ec24d05f Mon Sep 17 00:00:00 2001 From: thomas_deschamps Date: Fri, 5 Sep 2025 14:49:14 +0000 Subject: [PATCH] Pushed by Git push app from Switch --- doc/test/tsconfig.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/test/tsconfig.json diff --git a/doc/test/tsconfig.json b/doc/test/tsconfig.json new file mode 100644 index 0000000..a22f490 --- /dev/null +++ b/doc/test/tsconfig.json @@ -0,0 +1,12 @@ +{ + "compilerOptions": { + "target" : "ES2017", + "module": "commonjs", + "moduleResolution": "node", + "esModuleInterop": true, + "strict": true + }, + "files": [ + "main.ts" + ] +}