UNPKG

easyify

Version:

A compilation tools & workflow for FE, built with webpack4.x, compile faster and smart, make work easier.

12 lines (11 loc) 212 B
{ "compilerOptions": { "target": "es2017", "allowSyntheticDefaultImports": false, "baseUrl": "./", "paths": { "Utils/*": ["src/utils/*"] } }, "exclude": ["node_modules", "dist"] }