From 9d45e42dc0298ea8241132142d3100358fe99dc4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 20 Nov 2021 07:45:41 +0100 Subject: Adding upstream version 1.2.0. Signed-off-by: Daniel Baumann --- tsconfig.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..f78fc76 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,24 @@ +{ + "compilerOptions": { + "module": "es2015", + "target": "es2016", + "lib": [ + "dom", + "es2016" + ], + "baseUrl": "./", + "noImplicitAny": true, + "experimentalDecorators": true, + "sourceMap": false, + "moduleResolution": "node", + "strictNullChecks": true, + "declaration": true, + "noEmit": true, + "pretty": true, + "outDir": "ts-output" + }, + "include": [ + "src/decko.d.ts", + "tests/index.ts" + ] +} -- cgit v1.2.3