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