Skip to content
Snippets Groups Projects
Select Git revision
  • c5ecc0fef651abf7b678f90cdfd957fb8c04d910
  • master default protected
  • 1.31
  • 4.38.8
  • 4.38.7
  • 4.38.6
  • 4.38.5
  • 4.38.4
  • 4.38.3
  • 4.38.2
  • 4.38.1
  • 4.38.0
  • 4.37.2
  • 4.37.1
  • 4.37.0
  • 4.36.0
  • 4.35.0
  • 4.34.1
  • 4.34.0
  • 4.33.1
  • 4.33.0
  • 4.32.2
  • 4.32.1
23 results

CHANGELOG.md

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    jsconfig.json 200 B
    {
    	"compilerOptions": {
    		"target": "ESNext",
    		"module": "ESNext",
    		"allowJs": true,
    		"checkJs": false,
    		"moduleResolution": "node"
    	},
    	"include": ["source/**/*"],
    	"exclude": ["node_modules"]
    }