From 9a1b2c8ccc5f079dae4966dfd011f4076a53dc20 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 27 May 2017 19:20:27 +0200 Subject: convert tests to ava tests --- tooling/talertest/tsconfig.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 tooling/talertest/tsconfig.json (limited to 'tooling/talertest/tsconfig.json') diff --git a/tooling/talertest/tsconfig.json b/tooling/talertest/tsconfig.json deleted file mode 100644 index 1f6687013..000000000 --- a/tooling/talertest/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "compilerOptions": { - "target": "es6", - "module": "commonjs", - "lib": [ - "ES6", - "DOM" - ], - "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true, - "strictNullChecks": true, - "noImplicitAny": true, - "declaration": true, - "alwaysStrict": true - }, - "files": [ - "talertest.ts" - ] -} -- cgit v1.2.3