git.fiddlerwoaroof.com
jsconfig.json
c09dd540
 {
   "compilerOptions": {
     "target": "ES2015",
     "module": "commonjs",
     "strict": true,
     "checkJs": true,
     "declaration": true,
     "allowJs": true,
     "esModuleInterop": true,
     "skipLibCheck": true,
     "forceConsistentCasingInFileNames": true
   },
   "$schema": "https://json.schemastore.org/tsconfig",
   "display": "Recommended"
 }