mirror of
				https://github.com/r-ca/md2pdf-meow.git
				synced 2025-09-09 12:19:24 +00:00 
			
		
		
		
	移植
This commit is contained in:
		
							parent
							
								
									b9422bcd30
								
							
						
					
					
						commit
						34b195e21e
					
				
							
								
								
									
										19
									
								
								tsconfig.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								tsconfig.json
									
									
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,19 @@
 | 
			
		|||
{
 | 
			
		||||
    "compilerOptions": {
 | 
			
		||||
        "target": "es2022",
 | 
			
		||||
        "module": "es2022",
 | 
			
		||||
        "outDir": "./dist",
 | 
			
		||||
        "strict": true,
 | 
			
		||||
        "moduleResolution": "node",
 | 
			
		||||
        "esModuleInterop": true,
 | 
			
		||||
        "typeRoots": ["./node_modules/@types", "./src/types"],
 | 
			
		||||
        "emitDecoratorMetadata": true,
 | 
			
		||||
        "experimentalDecorators": true,
 | 
			
		||||
    },
 | 
			
		||||
    "extends": "./tsconfig.paths.json",
 | 
			
		||||
    "include": ["src/**/*.ts", "src/*.ts"],
 | 
			
		||||
    "ts-node": {
 | 
			
		||||
        "esm": true,
 | 
			
		||||
        "experimentalSpecifierResolution": "node",
 | 
			
		||||
    },
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user