16 lines
		
	
	
		
			258 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			258 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "@kevisual/types/json/backend.json",
 | 
						|
  "compilerOptions": {
 | 
						|
    "baseUrl": "./",
 | 
						|
    "allowImportingTsExtensions": true,
 | 
						|
    "paths": {
 | 
						|
      "@/*": [
 | 
						|
        "src/*"
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "include": [
 | 
						|
    "src/**/*.ts",
 | 
						|
  ],
 | 
						|
  "exclude": [],
 | 
						|
} |