aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: ed4a062951d58bdedcae0cf77d3ad429bbb1a69a (plain)
1
2
3
4
5
6
7
8
9
10
{
	"compilerOptions": {
	  "module": "commonjs",
	  "lib": ["esnext", "dom", "DOM.Iterable"],
	  "target": "esnext",
	  "esModuleInterop": true
	},
	"include": ["**/*"],
	"exclude": ["node_modules"],
}