diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-07 20:47:02 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-07 20:47:02 +0000 |
| commit | 2b8fea0fd0b514b5ca4349185bf4dfb4455d5875 (patch) | |
| tree | ba089cca4b3a16bcd1b33fa3c1db2729600f5c81 /jsconfig.json | |
| parent | 48220cb62df8213e30f7b4a431601e5ba5cdea1e (diff) | |
Configures stuff
Diffstat (limited to 'jsconfig.json')
| -rw-r--r-- | jsconfig.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..8d445d6 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "checkJs": false + }, + "exclude": ["node_modules"] +} |
