File size: 415 Bytes
b2ecf7d
 
 
 
e201dc3
 
b2ecf7d
 
 
 
 
 
 
 
 
e201dc3
b2ecf7d
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"compilerOptions": {
		"allowSyntheticDefaultImports": true,
		"lib": ["ES2022", "DOM"],
		"module": "ESNext",
		"target": "ESNext",
		"moduleResolution": "node",
		"forceConsistentCasingInFileNames": true,
		"strict": true,
		"noImplicitAny": true,
		"strictNullChecks": true,
		"skipLibCheck": true,
		"noImplicitOverride": true,
		"outDir": "./dist"
	},
	"include": ["src", "scripts"],
	"exclude": ["dist"]
}