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