From 93ce8560fa19c3a91de99643fdbbe4f895a47b84 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 11 Jun 2020 17:27:15 +0800 Subject: feat(front): Service worker is coming! --- Timeline/ClientApp/src/app/tsconfig.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Timeline/ClientApp/src/app/tsconfig.json (limited to 'Timeline/ClientApp/src/app/tsconfig.json') diff --git a/Timeline/ClientApp/src/app/tsconfig.json b/Timeline/ClientApp/src/app/tsconfig.json new file mode 100644 index 00000000..14e6327f --- /dev/null +++ b/Timeline/ClientApp/src/app/tsconfig.json @@ -0,0 +1,13 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "lib": [ + "dom", + "dom.iterable", + "esnext" + ] + }, + "include": [ + "." + ] +} -- cgit v1.2.3