-
Yassine Doghri authoredYassine Doghri authored
tsconfig.json 409 B
{
"compilerOptions": {
"moduleResolution": "node",
"baseUrl": "src" /* Base directory to resolve non-absolute module names. */,
"paths": {
"atoms:*": ["components/atoms/*.astro"],
"molecules:*": ["components/molecules/*.astro"],
"organisms:*": ["components/organisms/*.astro"],
"assets:*": ["assets/*.astro"]
}
},
"include": ["src/**/*.astro"],
"exclude": []
}