File size: 301 Bytes
8969f81
 
 
 
 
 
 
 
0a4b8cb
 
8969f81
 
0a4b8cb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"compilerOptions": {
		"target": "es2018",
		"module": "commonjs",
		"outDir": "dist/",
		"sourceMap": true,
		"strictNullChecks": true,
		"strictBindCallApply": true,
		"esModuleInterop": true,
		"allowSyntheticDefaultImports": true,
		"lib": ["es6", "es2016", "es2017", "es2018", "esnext"],
	}
}