{
	"$schema": "https://json.schemastore.org/tsconfig.json",
	"extends": "../../tsconfig.base.json",
	"compilerOptions": {
		"allowJs": false,
		"checkJs": false,
		"strict": false
	},
	"references": [ { "path": "tsconfig.main.json" } ],
	"files": [ "src/full-page.ts" ],
	"include": []
}
