From 06098b7bdd6a83f6b9cc07d2377f2a19cc0ecaa6 Mon Sep 17 00:00:00 2001 From: Philipp Eichmann Date: Fri, 21 Dec 2018 18:45:24 -0500 Subject: added code --- tsconfig.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 000000000..8c843e4ed --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,14 @@ +{ + "compilerOptions": { + "target": "es5", + "removeComments": true, + "experimentalDecorators": true, + "jsx": "react", + "outDir": "dist", + "lib": ["dom", "es2015"] + }, + "exclude": [ + "node_modules", + "static" + ] +} -- cgit v1.2.3-70-g09d2