File size: 200 Bytes
e26a977
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"compilerOptions": {
		"baseUrl": ".",
		"paths": {
			"/*": ["./*"]
		},
		"lib": ["DOM", "ES2022", "DOM.Iterable"],
		"target": "ES2015",
		"module": "es2020"
	},
	"include": ["."]
}