diff options
Diffstat (limited to 'scripts/jsconfig.json')
-rw-r--r-- | scripts/jsconfig.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/jsconfig.json b/scripts/jsconfig.json new file mode 100644 index 000000000..5cf3835e8 --- /dev/null +++ b/scripts/jsconfig.json @@ -0,0 +1,12 @@ +{ + "compilerOptions": { + "declaration": true, + "strict": true, + "module": "esnext", + "moduleResolution": "node", + "esModuleInterop": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true, + "target": "esnext" + } +} |