24 lines
		
	
	
		
			668 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			668 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|     "$schema": "https://json.schemastore.org/tsconfig",
 | |
|     "compilerOptions": {
 | |
|         "composite": true,
 | |
|         "isolatedModules": true,
 | |
|         "incremental": true,
 | |
|         "baseUrl": ".",
 | |
|         "rootDir": "src",
 | |
|         "strict": true,
 | |
|         "newLine": "lf",
 | |
|         "target": "ESNext",
 | |
|         "module": "ESNext",
 | |
|         "moduleResolution": "bundler",
 | |
|         "outDir": "dist",
 | |
|         "skipDefaultLibCheck": true,
 | |
|         "skipLibCheck": true,
 | |
|         "sourceMap": true,
 | |
|         "declaration": true,
 | |
|         "declarationMap": true,
 | |
|         "lib": ["DOM", "DOM.Iterable", "ESNext"],
 | |
|     },
 | |
|     "exclude": ["node_modules", "./out/**/*", "./dist/**/*"],
 | |
| }
 | 
