UNPKG

alepha

Version:

Easy-to-use modern TypeScript framework for building many kind of applications.

12 lines (11 loc) 162 B
export const tsconfigJson = () => ` { "extends": "alepha/tsconfig.base", "compilerOptions": { "paths": { "@/*": ["./src/*"] } } } `.trim();