diff options
| author | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2024-01-23 07:41:52 +0000 |
|---|---|---|
| committer | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2024-01-23 07:41:52 +0000 |
| commit | 1728bc517691b3d0dde5ccdf0c0631ff1b855b6d (patch) | |
| tree | f3ad972dc584dc70c4817405d616558cc1a55061 /tsconfig.json | |
| parent | 9750421a650a4e4980a1286212661a87eb92905b (diff) | |
Courseware Aufgaben erweitern (StEP3286)
Merge request studip/studip!2445
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json index 55b45dc..2ada63c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,11 @@ { "compilerOptions": { - "target": "es2015", + "allowJs": true, + "module": "es2020", + "moduleResolution": "node", + "resolveJsonModule": true, "strict": true, - "module": "es2015", - "moduleResolution": "node" + "target": "es2020" }, "include": ["resources/**/*.ts", "resources/**/*.vue"], "exclude": ["node_modules"] |
