{
	"compilerOptions": {
		"baseUrl": "./",
		"target": "es5",
		"module": "esnext",
		"jsx": "react",
		"moduleResolution": "node",
		"sourceMap": true,
		"emitDecoratorMetadata": true,
		"experimentalDecorators": true,
		"esModuleInterop": true,
		"removeComments": false,
		"outDir": "dist",
		"allowUnusedLabels": false,
		"noImplicitReturns": true,
		"noUnusedParameters": true,
		"noUnusedLocals": true,
		"skipLibCheck": true,
		"strictNullChecks": true,
		"lib": [
			"es7",
			"dom"
		],
		"pretty": true,
		"typeRoots": [
			"node_modules/@types"
		],
		"paths": {
			"@neliosoft/inlexa/*": ["src/common/*"],
			"@wpinlexa/gutenberg/*": ["src/gutenberg/*"],
			"@wpinlexa/settings/*": ["src/settings/*"]
		}
	},
	"exclude": [
			"node_modules"
	],
	"compileOnSave": false,
	"buildOnSave": false
}
