11 lines
178 B
JSON
11 lines
178 B
JSON
{
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"~": ["./app"],
|
|
"~/*": ["./app/*"],
|
|
"@": ["./app"],
|
|
"@/*": ["./app/*"]
|
|
}
|
|
},
|
|
"include": ["./tests/**/*"]
|
|
}
|