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