mirror of
				https://github.com/unanmed/HumanBreak.git
				synced 2025-11-04 15:12:58 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "compilerOptions": {
 | 
						|
        "experimentalDecorators": true,
 | 
						|
        "target": "ESNext",
 | 
						|
        "useDefineForClassFields": true,
 | 
						|
        "module": "ESNext",
 | 
						|
        "moduleResolution": "bundler",
 | 
						|
        "allowImportingTsExtensions": true,
 | 
						|
        "strict": true,
 | 
						|
        "jsx": "preserve",
 | 
						|
        "jsxImportSource": "vue",
 | 
						|
        "resolveJsonModule": true,
 | 
						|
        "isolatedModules": true,
 | 
						|
        "esModuleInterop": true,
 | 
						|
        "lib": ["ESNext", "DOM", "DOM.Iterable"],
 | 
						|
        "skipLibCheck": true,
 | 
						|
        "noEmit": true,
 | 
						|
        "baseUrl": ".",
 | 
						|
        "paths": {
 | 
						|
            "@motajs/*": ["packages/*/src"],
 | 
						|
            "@user/*": ["packages-user/*/src"]
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "include": [
 | 
						|
        "src/**/*.ts",
 | 
						|
        "src/**/*.d.ts",
 | 
						|
        "src/**/*.tsx",
 | 
						|
        "packages/**/*.ts",
 | 
						|
        "packages/**/*.d.ts",
 | 
						|
        "packages/**/*.tsx",
 | 
						|
        "packages/**/*.vue",
 | 
						|
        "packages-user/**/*.ts",
 | 
						|
        "packages-user/**/*.d.ts",
 | 
						|
        "packages-user/**/*.tsx",
 | 
						|
        "src/types/**/*.d.ts"
 | 
						|
    ],
 | 
						|
    "references": [{ "path": "./tsconfig.node.json" }]
 | 
						|
}
 |