From bcb77d979d817e1e609adb4d007bbbcc3f61efbd Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Thu, 30 Dec 2021 09:51:00 +0100 Subject: Prepare for github --- tsconfig.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..986e0c9 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,17 @@ +{ + "compilerOptions": { + "baseUrl": "./src", + "jsx": "react", + "moduleResolution": "Node", + "paths": { + "~*": [ + "./*" + ] + }, + "strict": true, + "target": "ES2015" + }, + "include": [ + "src/**/*" + ] +} \ No newline at end of file -- cgit v1.2.3