File size: 352 Bytes
94753b6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"compilerOptions": {
		"esModuleInterop": true,
		"noEmit": true,
		"module": "ESNext",
		"target": "ESNext",
		"moduleResolution": "Node",
		"noImplicitAny": true,
		"strict": true,
		"strictNullChecks": true,
		"skipLibCheck": true,
		"noImplicitOverride": true
	},
	"include": ["src", "test", "index.ts", "../shared/src"],
	"exclude": ["dist"]
}