{
	"extends": "../../tsconfig.base.json",
	"compilerOptions": {
		"rootDir": "src",
		"declarationDir": "build-types",
		"checkJs": false,
		"strict": false
	},
	"include": [ "src/**/*" ]
}
