You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							26 lines
						
					
					
						
							525 B
						
					
					
				
			
		
		
	
	
							26 lines
						
					
					
						
							525 B
						
					
					
				{
 | 
						|
  "compilerOptions": {
 | 
						|
    "experimentalDecorators": false,
 | 
						|
    "emitDecoratorMetadata": false,
 | 
						|
    "resolveJsonModule": true,
 | 
						|
    "esModuleInterop": true,
 | 
						|
    "module": "commonjs",
 | 
						|
    "moduleResolution": "node",
 | 
						|
    "target": "es2016",
 | 
						|
    "noImplicitAny": false,
 | 
						|
    "noUnusedLocals": true,
 | 
						|
    "sourceMap": false,
 | 
						|
    "outDir": "./lib",
 | 
						|
    "declaration": true,
 | 
						|
    "jsx": "react",
 | 
						|
    "lib": [
 | 
						|
      "es2019",
 | 
						|
      "dom",
 | 
						|
      "dom.iterable"
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "include": [
 | 
						|
    "./src/**/*.ts",
 | 
						|
    "./src/**/*.tsx"
 | 
						|
  ]
 | 
						|
}
 | 
						|
 |