From 60600acabbd221f32c75d4629a0c7f851afa09fe Mon Sep 17 00:00:00 2001 From: Fabien Mercier Date: Mon, 22 Jul 2024 11:40:31 +0200 Subject: [PATCH] Ajout de jsconfig.json --- jsconfig.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..550c758 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "module": "NodeNext", + "moduleResolution": "NodeNext", + "target": "ESNext" + }, + "exclude": ["node_modules"] +}