10 lines
184 B
JSON
10 lines
184 B
JSON
![]() |
{
|
||
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"root/**": ["./**"],
|
||
|
"@/**": ["./react-ts/**"]
|
||
|
}
|
||
|
}
|
||
|
}
|