diff --git a/scripts/jsconfig.json b/scripts/jsconfig.json new file mode 100644 index 00000000..51bb73e6 --- /dev/null +++ b/scripts/jsconfig.json @@ -0,0 +1,12 @@ +{ + "compilerOptions": { + "module": "commonjs", + "target": "es2020", + "moduleResolution": "classic" + }, + "include": [ + "server/*", + "client/*", + "third-party/*" + ] +} \ No newline at end of file