File "jsconfig.json"

Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/generateblocks/jsconfig.json
File size: 252 B (252 B bytes)
MIME-type: application/json
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

{
	"compilerOptions": {
	  "baseUrl": ".",
	  "paths": {
		"@utils/*": ["./src/utils/*"],
			  "@components/*": ["./src/components/*"],
			  "@hooks/*": ["./src/hooks/*"],
			  "@hoc/*": ["./src/hoc/*"],
	  }
	},
	"exclude": ["node_modules", "dist"]
}