10 lines
123 B
JSON
10 lines
123 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "./",
|
||
|
"paths": {
|
||
|
"~/*": ["app/*"]
|
||
|
}
|
||
|
},
|
||
|
"include": ["app/**/*"]
|
||
|
}
|