diff options
Diffstat (limited to 'desktop_editor/jsconfig.json')
-rw-r--r-- | desktop_editor/jsconfig.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/desktop_editor/jsconfig.json b/desktop_editor/jsconfig.json new file mode 100644 index 0000000..4aafc5f --- /dev/null +++ b/desktop_editor/jsconfig.json @@ -0,0 +1,19 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "esnext", + "baseUrl": "./", + "moduleResolution": "node", + "paths": { + "@/*": [ + "src/*" + ] + }, + "lib": [ + "esnext", + "dom", + "dom.iterable", + "scripthost" + ] + } +} |