다시 작업. 디자인도 바꾸고 서버도 바꿈. Co-authored-by: monoid <jaeung@prelude.duckdns.org> Reviewed-on: https://git.prelude.duckdns.org/monoid/ionian/pulls/6
		
			
				
	
	
		
			30 lines
		
	
	
	
		
			673 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
	
		
			673 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "target": "ES2020",
 | 
						|
    "useDefineForClassFields": true,
 | 
						|
    "lib": ["ES2020", "DOM", "DOM.Iterable"],
 | 
						|
    "module": "ESNext",
 | 
						|
    "skipLibCheck": true,
 | 
						|
 | 
						|
    /* Bundler mode */
 | 
						|
    "moduleResolution": "bundler",
 | 
						|
    "allowImportingTsExtensions": true,
 | 
						|
    "resolveJsonModule": true,
 | 
						|
    "isolatedModules": true,
 | 
						|
    "noEmit": true,
 | 
						|
    "jsx": "react-jsx",
 | 
						|
 | 
						|
    "baseUrl": ".",
 | 
						|
    "paths": {
 | 
						|
      "@/*": ["./src/*"]
 | 
						|
    },
 | 
						|
 | 
						|
    /* Linting */
 | 
						|
    "strict": true,
 | 
						|
    "noUnusedLocals": true,
 | 
						|
    "noUnusedParameters": true,
 | 
						|
    "noFallthroughCasesInSwitch": true
 | 
						|
  },
 | 
						|
  "include": ["src"],
 | 
						|
  "references": [{ "path": "./tsconfig.node.json" }]
 | 
						|
}
 |