master
Raw Download raw file
 1{
 2	"compilerOptions": {
 3		"target": "ES2022",
 4		"jsx": "react",
 5		"module": "ES2022",
 6		"moduleResolution": "bundler",
 7		"types": ["vite/client"],
 8		"esModuleInterop": true,
 9		"forceConsistentCasingInFileNames": true,
10		"strict": true,
11		"skipLibCheck": true
12	},
13	"outDir": "dist"
14}