mirror of
				https://github.com/Ukendio/jecs.git
				synced 2025-11-04 02:49:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
	
		
			674 B
		
	
	
	
		
			JSON
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			674 B
		
	
	
	
		
			JSON
		
	
	
		
			Executable file
		
	
	
	
	
{
 | 
						|
    "compilerOptions": {
 | 
						|
        "allowSyntheticDefaultImports": true,
 | 
						|
        "downlevelIteration": true,
 | 
						|
        "jsx": "react",
 | 
						|
        "jsxFactory": "Roact.createElement",
 | 
						|
        "jsxFragmentFactory": "Roact.Fragment",
 | 
						|
        "module": "commonjs",
 | 
						|
        "moduleResolution": "Node",
 | 
						|
        "noLib": true,
 | 
						|
        "resolveJsonModule": true,
 | 
						|
        "strict": true,
 | 
						|
        "target": "ESNext",
 | 
						|
        "typeRoots": [
 | 
						|
            "node_modules/@rbxts"
 | 
						|
        ],
 | 
						|
        "rootDir": "lib",
 | 
						|
        "outDir": "out",
 | 
						|
        "baseUrl": "lib",
 | 
						|
        "incremental": true,
 | 
						|
        "tsBuildInfoFile": "out/tsconfig.tsbuildinfo",
 | 
						|
        "moduleDetection": "force"
 | 
						|
    }
 | 
						|
}
 |