jsconfig.json 128 Bytes
Newer Older
1
2
3
4
5
{
	"compilerOptions": {
		"baseUrl": ".",
		"paths": {
			"/*": ["./*"]
pythongosssss's avatar
pythongosssss committed
6
7
		},
		"lib": ["DOM", "ES2022"]
8
9
10
	},
	"include": ["."]
}