File size: 234 Bytes
7b7b9aa
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"compilerOptions": {
		"target": "esnext",
		"outDir": "dist/",
		"module": "esnext",
		"moduleResolution": "node",
		"strictNullChecks": true,
		"strictBindCallApply": true,
		"lib": ["DOM", "ES2021"],
		"skipLibCheck": true
	}
}