aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: 745d9a9090348867d79f2d3e687ad38ae5ff9f82 (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": ["**/*"],
	"exclude": ["node_modules"],
}