 d86b5e7c8a
			
		
	
	d86b5e7c8a
	
	
	
		
			
			* web: Move non-workspace package. * web: Update ESBuild package version. * web: Use NPM link to alias local package. * web: Update lock. * web: Fix regression where bundler is expected.
		
			
				
	
	
		
			24 lines
		
	
	
		
			671 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			671 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": "NodeNext",
 | |
|         "moduleResolution": "NodeNext",
 | |
|         "outDir": "dist",
 | |
|         "skipDefaultLibCheck": true,
 | |
|         "skipLibCheck": true,
 | |
|         "sourceMap": true,
 | |
|         "declaration": true,
 | |
|         "declarationMap": true,
 | |
|         "lib": ["DOM", "DOM.Iterable", "ESNext"],
 | |
|     },
 | |
|     "exclude": ["node_modules", "./out/**/*", "./dist/**/*"],
 | |
| }
 |