aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: 4474cab3d9b9865f70db4abb3be96f2cbf651f4f (plain)
1
2
3
4
5
6
7
8
9
10
{
	"compilerOptions": {
		"outDir": "./dist/",
		"module": "commonjs",
		"target": "es2015",
		"jsx": "react",
		"allowJs": true,
		"baseUrl": "."
	}
}