11 lines
163 B
JSON
11 lines
163 B
JSON
|
|
{
|
||
|
|
"extends": "@concord/tsconfig/base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"baseUrl": ".",
|
||
|
|
"paths": {
|
||
|
|
"@/*": ["./src/*"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"include": ["src"]
|
||
|
|
}
|