nyx/tests/fixtures/resolver/apps/web/tsconfig.json

11 lines
189 B
JSON
Raw Permalink Normal View History

{
// tsconfig with a path alias rooted at the app's src directory.
"compilerOptions": {
"baseUrl": "./src",
"paths": {
"@/*": ["*"]
}
},
"include": ["src/**/*"]
}