aboutsummaryrefslogtreecommitdiff
path: root/core/tsconfig.json
blob: 0cd40dbc6e0b3bae39b5e83249c310ab4385282e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"compilerOptions": {
		"target": "es5",
		"module": "commonjs",
		"outDir": "dist",
		"strict": true,
		"esModuleInterop": true,
		"skipLibCheck": true,
		"forceConsistentCasingInFileNames": true,
		"declaration": true
	}
}