15 lines
		
	
	
		
			325 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			325 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "experimentalDecorators": true,
 | 
						|
    "useDefineForClassFields": false,
 | 
						|
    "target": "ES2022",
 | 
						|
    "module": "NodeNext",
 | 
						|
    "moduleResolution": "NodeNext",
 | 
						|
    "esModuleInterop": true,
 | 
						|
    "verbatimModuleSyntax": true,
 | 
						|
    "baseUrl": ".",
 | 
						|
    "paths": {}
 | 
						|
  },
 | 
						|
  "exclude": ["dist_*/**/*.d.ts"]
 | 
						|
}
 |