mirror of
https://github.com/zoriya/v10.git
synced 2026-08-14 18:04:49 +00:00
12 lines
181 B
JSON
12 lines
181 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"include": ["src"]
|
|
}
|