Replace CancelToken to AbortSignal (#19352)
				
					
				
			This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							f01310dadb
						
					
				
				
					commit
					219c38b921
				
			
							
								
								
									
										22
									
								
								jsconfig.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								jsconfig.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,22 @@
 | 
			
		||||
{
 | 
			
		||||
  "compilerOptions": {
 | 
			
		||||
    "allowJs": true,
 | 
			
		||||
    "baseUrl": "./app/javascript",
 | 
			
		||||
    "checkJs": false,
 | 
			
		||||
    "experimentalDecorators": true,
 | 
			
		||||
    "jsx": "react",
 | 
			
		||||
    "lib": ["DOM", "DOM.Iterable", "ES2022"],
 | 
			
		||||
    "module": "ES2022",
 | 
			
		||||
    "moduleResolution": "node",
 | 
			
		||||
    "noEmit": true,
 | 
			
		||||
    "resolveJsonModule": true,
 | 
			
		||||
    "strict": false,
 | 
			
		||||
    "target": "ES2022"
 | 
			
		||||
  },
 | 
			
		||||
  "exclude": [
 | 
			
		||||
    "**/build/*",
 | 
			
		||||
    "**/node_modules/*",
 | 
			
		||||
    "**/public/*",
 | 
			
		||||
    "**/vendor/*"
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user