{
	"compilerOptions": {
		"target": "es5",
		"module": "commonjs",
		"outDir": "./dist",
		"allowJs": false,			/* Allow javascript files to be compiled. */
		"checkJs": false,			/* Report errors in .js files. */
		"strict": true, /* Enable all strict type-checking options. */
		"esModuleInterop": false, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
		"skipLibCheck": true, /* Skip type checking of declaration files. */
		"forceConsistentCasingInFileNames": true, /* Disallow inconsistently-cased references to the same file. */
		"declaration": true
	},
	"exclude": [ "dist" ]
}