File size: 234 Bytes
1f05f10
 
 
 
 
 
 
 
b98ad90
 
1f05f10
b98ad90
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
	}
}