{
	"compilerOptions": {
		"target": "ESNext",
		"module":"ESNext",
		"sourceMap": false,
		"experimentalDecorators": false,
		"newLine": "LF",
		"strict": true,
		"skipLibCheck": true,
		"forceConsistentCasingInFileNames": true,
		"moduleResolution": "bundler",
		"types": []
	},
	"include": [
		"index.ts",
		"roundabout.ts",
		"roundaboutSync.ts",
		"makeRoundaboutReady.ts",
		"roundaboutFeature.ts",
		"core/*.ts",
		"processors/*.ts",
		"utils/*.ts"
	],
	"exclude":[
		"node_modules",
		"legacy",
		"tests",
		"**/*.spec.*",
		"playwright.config.ts"
	]

}
