mirror of
https://github.com/elicpeter/nyx.git
synced 2026-07-21 21:31:03 +02:00
Critical bug fixes and recall improvements (#68)
This commit is contained in:
parent
7d0e7320e2
commit
55247b7fcd
352 changed files with 60069 additions and 900 deletions
10
tests/fixtures/resolver/apps/web/tsconfig.json
vendored
Normal file
10
tests/fixtures/resolver/apps/web/tsconfig.json
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
// tsconfig with a path alias rooted at the app's src directory.
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"@/*": ["*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue