mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-30 21:14:12 +00:00 
			
		
		
		
	* update deps
* node16
* wip
* wip
* wip
* Update test-utils.ts
* wip
* Update tsconfig.json
* wip
* Update package.json
* wip
* Update following.vue
* Update followers.vue
* Update index.vue
* Update share.vue
* Update MkUserPopup.vue
* Update MkPostForm.vue
* wip
* Update MkTokenGenerateWindow.vue
* Update MkPagination.vue
* refactor
* update deps
* update deps
* Update sw.ts
* wip
* wip
* wip
* Update FetchInstanceMetadataService.ts
* Update FetchInstanceMetadataService.ts
* update node
* update deps
* 🎨
		
	
			
		
			
				
	
	
		
			39 lines
		
	
	
	
		
			757 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
	
		
			757 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"compilerOptions": {
 | |
| 		"allowJs": true,
 | |
| 		"noEmitOnError": false,
 | |
| 		"noImplicitAny": false,
 | |
| 		"noImplicitReturns": true,
 | |
| 		"noUnusedParameters": false,
 | |
| 		"noUnusedLocals": true,
 | |
| 		"noFallthroughCasesInSwitch": true,
 | |
| 		"declaration": false,
 | |
| 		"sourceMap": false,
 | |
| 		"target": "ES2022",
 | |
| 		"module": "nodenext",
 | |
| 		"moduleResolution": "nodenext",
 | |
| 		"removeComments": false,
 | |
| 		"noLib": false,
 | |
| 		"strict": true,
 | |
| 		"strictNullChecks": true,
 | |
| 		"experimentalDecorators": true,
 | |
| 		"resolveJsonModule": true,
 | |
| 		"isolatedModules": true,
 | |
| 		"baseUrl": ".",
 | |
| 		"paths": {
 | |
| 			"@/*": ["./src/*"]
 | |
| 		},
 | |
| 		"typeRoots": [
 | |
| 			"./node_modules/@types",
 | |
| 			"./src/@types"
 | |
| 		],
 | |
| 		"lib": [
 | |
| 			"esnext",
 | |
| 			"webworker"
 | |
| 		]
 | |
| 	},
 | |
| 	"compileOnSave": false,
 | |
| 	"include": [
 | |
| 		"./**/*.ts"
 | |
| 	]
 | |
| }
 |