From 05ccb4d8f1bbe3fb64e117136b4a89bcfb0b0b33 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 27 Oct 2020 19:21:35 +0800 Subject: Split front and back end. --- FrontEnd/src/app/tsconfig.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 FrontEnd/src/app/tsconfig.json (limited to 'FrontEnd/src/app/tsconfig.json') diff --git a/FrontEnd/src/app/tsconfig.json b/FrontEnd/src/app/tsconfig.json new file mode 100644 index 00000000..17ee69cb --- /dev/null +++ b/FrontEnd/src/app/tsconfig.json @@ -0,0 +1,13 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "lib": [ + "dom", + "dom.iterable", + "esnext" + ] + }, + "include": [ + "." + ] +} -- cgit v1.2.3