File size: 397 Bytes
323961b
 
f431cd4
323961b
 
 
 
 
 
 
9f800de
323961b
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"compilerOptions": {
		"allowSyntheticDefaultImports": true,
		"target": "ES2018",
		"resolveJsonModule": true,
		"module": "commonjs",
		"jsx": "react-jsx",
		"outDir": "./dist",
		"strict": true,
		"noEmit": true,
		"noEmitOnError": false,
		"lib": [
			"es2015"
		],
		"esModuleInterop": true,
		"skipLibCheck": true,
		"forceConsistentCasingInFileNames": true,
		"noUnusedLocals": true
	}
}