Blame view
jsconfig.json
137 Bytes
d7d9c38c2 auto commit the c... |
1 |
{ |
80a28914e init |
2 3 4 5 6 7 8 |
"compilerOptions": { "baseUrl": "./", "paths": { "@/*": ["src/*"] } }, "exclude": ["node_modules", "dist"] |
d7d9c38c2 auto commit the c... |
9 |
} |