From 43af089b3588b6fd29a1b09be9874054e0291c5e Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Fri, 2 Jan 2026 08:28:01 +0000 Subject: Adds scaffolding for Vue.js frontend --- hsm-web/Client/jsconfig.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 hsm-web/Client/jsconfig.json (limited to 'hsm-web/Client/jsconfig.json') diff --git a/hsm-web/Client/jsconfig.json b/hsm-web/Client/jsconfig.json new file mode 100644 index 0000000..4aafc5f --- /dev/null +++ b/hsm-web/Client/jsconfig.json @@ -0,0 +1,19 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "esnext", + "baseUrl": "./", + "moduleResolution": "node", + "paths": { + "@/*": [ + "src/*" + ] + }, + "lib": [ + "esnext", + "dom", + "dom.iterable", + "scripthost" + ] + } +} -- cgit v1.2.1