From a8cbeae2d3677fe48bc88f3e8d61cf4649eef899 Mon Sep 17 00:00:00 2001 From: julian laplace Date: Wed, 14 Jun 2023 22:49:35 +0200 Subject: init --- tsconfig.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..e8977ec --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,11 @@ +{ + "compilerOptions": { + "outDir": "./dist/", + "noImplicitAny": true, + "module": "es6", + "target": "es5", + "jsx": "react", + "allowJs": true, + "moduleResolution": "node" + } +} -- cgit v1.2.3-70-g09d2