diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-01-02 08:28:01 +0000 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-01-02 08:28:01 +0000 |
| commit | 43af089b3588b6fd29a1b09be9874054e0291c5e (patch) | |
| tree | e89ec99e4045e74269de6289db8533f41944cedb /hsm-web/Client/jsconfig.json | |
| parent | 62fce45039b0b8ab3d9d42b69a000fec00e1d35e (diff) | |
Adds scaffolding for Vue.js frontend
Diffstat (limited to 'hsm-web/Client/jsconfig.json')
| -rw-r--r-- | hsm-web/Client/jsconfig.json | 19 |
1 files changed, 19 insertions, 0 deletions
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" + ] + } +} |
