{
	// Change this to match your project
	"include": [
		"src/**/*.js"
	],
	"compilerOptions": {
		"allowJs": true,
		"declaration": true,
		"emitDeclarationOnly": true
		// "outDir": "dist"
	}
}
