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