From cf6cfe87b46a2a3eb2913209092ab4c5639e75c3 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/sw/tsconfig.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Timeline/ClientApp/src/sw/tsconfig.json (limited to 'Timeline/ClientApp/src/sw/tsconfig.json') diff --git a/Timeline/ClientApp/src/sw/tsconfig.json b/Timeline/ClientApp/src/sw/tsconfig.json new file mode 100644 index 00000000..aac99e59 --- /dev/null +++ b/Timeline/ClientApp/src/sw/tsconfig.json @@ -0,0 +1,12 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "lib": [ + "esnext", + "webworker" + ] + }, + "include": [ + "." + ] +} -- cgit v1.2.3