mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-29 20:44:13 +00:00 
			
		
		
		
	* ci: swcにしたためtypecheckは別途実施 * 🎨 * Update package.json * マイグレーションが失敗することがあるのを修正 * refactor ci * use tsc for build Windowsだとエラーが出るため * feat: swc build in windows (#10032) * feat: add optional swc * fix: windowsで動かない現象を修正 * fix: fix swc path alias * fix: docker build時に`Host key verification failed`と言われてgitリポジトリからパッケージをインストールできないのでssh -> htpsに変更 * use swc * chore(client): tweak custom emoji size * enhance: make pwa icon maskable (#10033) * 🎨 * feat(server): add @swc/core-android-arm64 to optional (#10034) * feat: add optional swc * fix: windowsで動かない現象を修正 * fix: fix swc path alias * fix: docker build時に`Host key verification failed`と言われてgitリポジトリからパッケージをインストールできないのでssh -> htpsに変更 * feat(server): add @swc/core-android-arm64 to optional * fix: conflict * Update package.json * chore(backend): fix indent * Update CHANGELOG.md * compress png --------- Co-authored-by: CaffeinePower <86540016+cffnpwr@users.noreply.github.com> Co-authored-by: Shogo Sensui <shogosensui@gmail.com> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			390 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			390 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| {
 | |
| 	"$schema": "https://json.schemastore.org/swcrc",
 | |
| 	"jsc": {
 | |
| 		"parser": {
 | |
| 			"syntax": "typescript",
 | |
| 			"dynamicImport": true,
 | |
| 			"decorators": true
 | |
| 		},
 | |
| 		"transform": {
 | |
| 			"legacyDecorator": true,
 | |
| 			"decoratorMetadata": true
 | |
| 		},
 | |
| 		"experimental": {
 | |
| 			"keepImportAssertions": true
 | |
| 		},
 | |
| 		"baseUrl": "src",
 | |
| 		"paths": {
 | |
| 			"@/*": ["*"]
 | |
| 		},
 | |
| 		"target": "es2021"
 | |
| 	},
 | |
| 	"minify": false
 | |
| }
 |