mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-12 19:55:14 +02:00
11 lines
189 B
JSON
11 lines
189 B
JSON
|
|
{
|
||
|
|
// tsconfig with a path alias rooted at the app's src directory.
|
||
|
|
"compilerOptions": {
|
||
|
|
"baseUrl": "./src",
|
||
|
|
"paths": {
|
||
|
|
"@/*": ["*"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"include": ["src/**/*"]
|
||
|
|
}
|