summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
blob: 3c4a19ff8b2f1b80ff0a014771f85ace4ffe7b94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"compilerOptions": {
		"target": "ES2017",
		"module": "commonjs",
		"strict": true,
		"jsx": "react",
		"outDir": "dist",
		"sourceMap": true
	},
	"include": [
		"src/**/*"
	]
}