mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
allow import
This commit is contained in:
@@ -5,6 +5,9 @@ module.exports = {
|
|||||||
commonjs: true,
|
commonjs: true,
|
||||||
es2020: true
|
es2020: true
|
||||||
},
|
},
|
||||||
|
parserOptions: {
|
||||||
|
sourceType: 'module'
|
||||||
|
},
|
||||||
globals: {
|
globals: {
|
||||||
CefSharp: 'readonly',
|
CefSharp: 'readonly',
|
||||||
VRCX: 'readonly',
|
VRCX: 'readonly',
|
||||||
|
|||||||
Reference in New Issue
Block a user