{
	"allowTrailingCommas": true,
	"title": "JSON schema for the TypeScript compiler's configuration file",
	"type": "object",
	"default": {
		"compilerOptions": {
			"module": "commonjs"
		},
		"exclude": [
			"node_modules"
		]
	}
}
