{
	"compilerOptions": {
		"target": "ESNext",
		"lib": ["dom", "esnext"],
		"moduleResolution": "node",
		"strict": true,
		"strictPropertyInitialization": false, // to enable generic constructors, e.g. on CircuitValue
		"skipLibCheck": true,
		"forceConsistentCasingInFileNames": true,
		"esModuleInterop": true,
		"experimentalDecorators": true,
		"emitDecoratorMetadata": true,
		"allowJs": true,
		"declaration": true,
		"sourceMap": true,
		"noFallthroughCasesInSwitch": true,
		"allowSyntheticDefaultImports": true,
		"useDefineForClassFields": false
	}
}
