{ "compilerOptions": { "paths": { "~": ["./app"], "~/*": ["./app/*"], "@": ["./app"], "@/*": ["./app/*"] } }, "include": ["./tests/**/*"] }