Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

jsconfig.json

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    jsconfig.json 196 B
    {
        "compilerOptions": {
          "target": "es6",
          "module": "commonjs",
          "allowSyntheticDefaultImports": true,
        },
        "include": [
          "src/**/*"
    , "update_database.js"    ],
      }