From 9383a2fb09ffb60cfe63683106945bd688affa59 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Wed, 1 Jun 2022 21:13:43 +0200 Subject: feat: Initial commit after clean slate --- src/wwwroot/tsconfig.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/wwwroot/tsconfig.json (limited to 'src/wwwroot/tsconfig.json') diff --git a/src/wwwroot/tsconfig.json b/src/wwwroot/tsconfig.json new file mode 100644 index 0000000..1ca0483 --- /dev/null +++ b/src/wwwroot/tsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "outDir": "./dist/", + "noImplicitAny": false, + "module": "es6", + "target": "es5", + "moduleResolution": "Node", + "allowJs": true + } +} -- cgit v1.3