Gitlab@Informatics

Skip to content
Snippets Groups Projects
Select Git revision
  • 0497f4dbea6b3003e337c5911de26f1fbd7d489d
  • main default protected
  • revert-a98119d8
3 results

tsconfig.json

Blame
  • tsconfig.json 116 B
    {
    	"extends": "@ljharb/tsconfig",
    	"compilerOptions": {
    		"target": "ES2021",
    	},
    	"exclude": [
    		"coverage",
    	],
    }