mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +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
* 🎨
		
	
			
		
			
				
	
	
		
			51 lines
		
	
	
	
		
			1,018 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
	
		
			1,018 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
	"compilerOptions": {
 | 
						|
		"allowJs": true,
 | 
						|
		"noEmitOnError": true,
 | 
						|
		"noImplicitAny": true,
 | 
						|
		"noImplicitReturns": true,
 | 
						|
		"noUnusedParameters": false,
 | 
						|
		"noUnusedLocals": false,
 | 
						|
		"noFallthroughCasesInSwitch": true,
 | 
						|
		"declaration": false,
 | 
						|
		"sourceMap": false,
 | 
						|
		"target": "ES2022",
 | 
						|
		"module": "nodenext",
 | 
						|
		"moduleResolution": "nodenext",
 | 
						|
		"allowSyntheticDefaultImports": true,
 | 
						|
		"removeComments": false,
 | 
						|
		"noLib": false,
 | 
						|
		"strict": true,
 | 
						|
		"strictNullChecks": true,
 | 
						|
		"strictPropertyInitialization": false,
 | 
						|
		"skipLibCheck": true,
 | 
						|
		"experimentalDecorators": true,
 | 
						|
		"emitDecoratorMetadata": true,
 | 
						|
		"resolveJsonModule": true,
 | 
						|
		"isolatedModules": true,
 | 
						|
		"rootDir": "./src",
 | 
						|
		"baseUrl": "./",
 | 
						|
		"paths": {
 | 
						|
			"@/*": ["./src/*"]
 | 
						|
		},
 | 
						|
		"outDir": "./built",
 | 
						|
		"types": [
 | 
						|
			"node"
 | 
						|
		],
 | 
						|
		"typeRoots": [
 | 
						|
			"./src/@types",
 | 
						|
			"./node_modules/@types",
 | 
						|
			"./node_modules"
 | 
						|
		],
 | 
						|
		"lib": [
 | 
						|
			"esnext"
 | 
						|
		]
 | 
						|
	},
 | 
						|
	"compileOnSave": false,
 | 
						|
	"include": [
 | 
						|
		"./src/**/*.ts"
 | 
						|
	],
 | 
						|
	"exclude": [
 | 
						|
		"./src/**/*.test.ts"
 | 
						|
	]
 | 
						|
}
 |