10 lines
115 B
JSON
10 lines
115 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"baseUrl": "src",
|
||
|
|
"paths": {
|
||
|
|
"~/*": ["*"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"include": ["src"]
|
||
|
|
}
|