{
	"extends": "../tsconfig.json",
	"type": "module",
	"compilerOptions": {
		"target": "ES2022",
		"noEmit": true,
		"esModuleInterop": true,
		"allowSyntheticDefaultImports": true,
		"allowJs": true,
		"rootDir": ".."
	},
	"include": ["**/*.ts", "*.ts", "**/*.js", "../types/uint8array.d.ts"]
}
